It's now possible to set multiple botprefixes
This commit is contained in:
parent
9b1fd2f315
commit
4a5f85860e
1 changed files with 4 additions and 2 deletions
|
@ -12,9 +12,11 @@
|
||||||
# visit: https://discordpy.readthedocs.io/en/latest/discord.html
|
# visit: https://discordpy.readthedocs.io/en/latest/discord.html
|
||||||
# Also don't forget to invite the bot onto your server(s).
|
# Also don't forget to invite the bot onto your server(s).
|
||||||
#
|
#
|
||||||
# - botprefix
|
# - botprefixes
|
||||||
# This is the prefix for commands when not using slash-commands.
|
# This is the prefix for commands when not using slash-commands.
|
||||||
|
# Can also contain several prefixes, define it like: botprefixes=['!', '?','.']
|
||||||
|
# (list of strings)
|
||||||
|
|
||||||
[General]
|
[General]
|
||||||
bottoken=BOTTOKEN_HERE
|
bottoken=BOTTOKEN_HERE
|
||||||
botprefix=.
|
botprefixes=.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue