Skip to content

Discord slash command utility for discord.js bot developer support

License

Notifications You must be signed in to change notification settings

Qjuh/discord-utils-bot

 
 

Repository files navigation


discord.js


Discord server

Contributing tags

New tags are added via pull requests. Please provide the tag content as PR description and Tag: followed by the tag name as pull request title.

Add new tags in ./tags/tags.toml in the following format:

[tag-name]
keywords = ["tag-name", "alias", "another-alias"]
content = """
Put your tag content here!
"""
  • Tag names and keywords have to use - instead of spaces
  • Backslashes have to be escaped! \\
  • Code blocks work and newlines are respected
  • The application uses slash command interactions only, you can use emojis from the Discord server (please do not use global emojis from other servers, as we can't control them being deleted at any point)
  • You can use masked link syntax [discord.js](https://discord.js.org 'discord.js website') (links do not need to be escaped because of the message flag set on all responses).
  • The repository includes vscode code-snippets for tags, masked links, "learn more" links, a bullet point and arrow character

About

Discord slash command utility for discord.js bot developer support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.3%
  • Other 0.7%