Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/discordjs/discord-toolkit-bot
Discord bot application providing useful utilities to the discord.js support server
https://github.com/discordjs/discord-toolkit-bot
discord discord-bot discordjs hacktoberfest
Last synced: 3 months ago
JSON representation
Discord bot application providing useful utilities to the discord.js support server
- Host: GitHub
- URL: https://github.com/discordjs/discord-toolkit-bot
- Owner: discordjs
- License: apache-2.0
- Created: 2022-10-07T13:46:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-27T06:34:44.000Z (about 1 year ago)
- Last Synced: 2024-04-14T06:09:21.409Z (9 months ago)
- Topics: discord, discord-bot, discordjs, hacktoberfest
- Language: TypeScript
- Homepage:
- Size: 1.56 MB
- Stars: 26
- Watchers: 7
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Auto response format
```toml
[unique-name]
keyphrases = ["lowercase phrase to match"]
content = """
Supports easy
Multi line strings
"""
reply = true # reply or just send a message
mention = true # mention author, if replying
```