Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        





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:

```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`.