GodderE2D / discord-utils-bot

Discord slash command utility for discord.js bot developer support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


discord.js


Discord server Patreon

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:

[tagname]
keywords = ["tagname", "alias1", "alias2"]
content = """
Put your tag content here!
"""
  • 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') (the < > wrapping is required to suppress embeds in interaction responses).
  • Keywords need to include the tag name
  • Backslashes have to be escaped! \\
  • Code blocks work and newlines are respected
  • 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

License:Apache License 2.0


Languages

Language:TypeScript 98.0%Language:Dockerfile 1.1%Language:Shell 0.9%