Updated config-example, fixed botlist

This commit is contained in:
Adriene Hutchins 2020-03-02 12:45:33 -05:00
parent a96e4e4367
commit 98d7d486ed
2 changed files with 4 additions and 2 deletions

View file

@ -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": []
} }

View file

@ -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 != '':