mirror of
https://github.com/polyjitter/searchbot-discord.git
synced 2024-08-14 22:46:55 +00:00
Updated config-example, fixed botlist
This commit is contained in:
parent
a96e4e4367
commit
98d7d486ed
2 changed files with 4 additions and 2 deletions
|
@ -8,8 +8,10 @@
|
||||||
"BOD": "",
|
"BOD": "",
|
||||||
"DBLCOM": "",
|
"DBLCOM": "",
|
||||||
"PREFIX": ["basicbot!"],
|
"PREFIX": ["basicbot!"],
|
||||||
|
"CASE_INSENSITIVE": true,
|
||||||
"PREFIXLESS_DMS": true,
|
"PREFIXLESS_DMS": true,
|
||||||
"MENTION_ASSIST": true,
|
"MENTION_ASSIST": true,
|
||||||
|
"CUSTOM_HELP": true,
|
||||||
"PERMS": null,
|
"PERMS": null,
|
||||||
"BLOCKED": []
|
"BLOCKED": []
|
||||||
}
|
}
|
|
@ -40,7 +40,7 @@ class BotList(commands.Cog, name='Bot List'):
|
||||||
responses = {}
|
responses = {}
|
||||||
|
|
||||||
# Calls
|
# Calls
|
||||||
# bots.discord.gg
|
# discord.bots.gg
|
||||||
if self.dbots_token != '':
|
if self.dbots_token != '':
|
||||||
|
|
||||||
# Call Prereqs
|
# Call Prereqs
|
||||||
|
@ -114,7 +114,7 @@ class BotList(commands.Cog, name='Bot List'):
|
||||||
# Links
|
# Links
|
||||||
# XXX This is really stupidly done, I'm going to find a way to redo it.
|
# XXX This is really stupidly done, I'm going to find a way to redo it.
|
||||||
if self.dbots_token != '':
|
if self.dbots_token != '':
|
||||||
msg += f"_bots.discord.gg_ <https://bots.discord.gg/bots/{self.bot.user.id}/>\n"
|
msg += f"_discord.bots.gg_ <https://discord.bots.gg/bots/{self.bot.user.id}/>\n"
|
||||||
if self.bod_token != '':
|
if self.bod_token != '':
|
||||||
msg += f"_bots.ondiscord.xyz_ <https://bots.ondiscord.xyz/bots/{self.bot.user.id}/>\n"
|
msg += f"_bots.ondiscord.xyz_ <https://bots.ondiscord.xyz/bots/{self.bot.user.id}/>\n"
|
||||||
if self.dblcom_token != '':
|
if self.dblcom_token != '':
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue