Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/discordjs/discord-utils-bot
Discord slash command utility for discord.js bot developer support
https://github.com/discordjs/discord-utils-bot
discord discord-bot discordjs hacktoberfest
Last synced: 4 days ago
JSON representation
Discord slash command utility for discord.js bot developer support
- Host: GitHub
- URL: https://github.com/discordjs/discord-utils-bot
- Owner: discordjs
- License: apache-2.0
- Created: 2021-07-10T22:35:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-22T05:55:57.000Z (2 months ago)
- Last Synced: 2024-10-29T15:14:56.024Z (about 2 months ago)
- Topics: discord, discord-bot, discordjs, hacktoberfest
- Language: TypeScript
- Homepage:
- Size: 1.63 MB
- Stars: 65
- Watchers: 7
- Forks: 51
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
```toml
[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](https://discord.gg/djs)) with `/testtag`.