Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # +--------------------------------------------------+
- # | Project: Spicord |
- # | GitHub: https://github.com/OopsieWoopsie/Spicord |
- # +--------------------------------------------------+
- # Configuration version, don't change this.
- config_version = 1
- # Leave it empty or delete the line to disable the footer
- # or replace the text with whatever you want!
- integrated_addon_footer = "Powered by Spicord v{version}"
- [[bots]]
- name = "bans"
- enabled = true
- token = "My bot's token"
- command_support = true
- command_prefix = "-"
- addons = [
- "spicord::info",
- "spicord::plugins",
- "spicord::players"
- "ban_announcer"
- ]
- #[[bots]]
- # name = "another-bot"
- # enabled = false
- # token = "YOUR BOT TOKEN HERE"
- # command_support = true
- # command_prefix = "!"
- # addons = []
- [jda_messages]
- enabled = true
- debug = false
Advertisement
Add Comment
Please, Sign In to add comment