discord-utils-bot

Discord slash command utility for discord.js bot developer support

APACHE-2.0 License

Stars
59
Committers
35

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 = ["keyword", "another-keyword"]
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, "learn more" links, and an arrow character..
  • You can test tags through the bot (for example in our discord server) with /testtag.
Related Projects