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: 5 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-06T14:07:57.000Z (10 months ago)
- Last Synced: 2024-10-29T15:14:54.472Z (8 months ago)
- Topics: discord, discord-bot, discordjs, hacktoberfest
- Language: TypeScript
- Homepage:
- Size: 1.56 MB
- Stars: 28
- Watchers: 7
- Forks: 7
- Open Issues: 5
-
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
```