mirror of
https://github.com/polyjitter/searchbot-discord.git
synced 2024-08-14 22:46:55 +00:00
Fixed typo, last really last about change
This commit is contained in:
parent
c14d45d427
commit
cc3360b913
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ class Core(commands.Cog):
|
||||||
msg = f"__**{self.bot.user.name}**__ - _{self.bot.description}_\n\n"
|
msg = f"__**{self.bot.user.name}**__ - _{self.bot.description}_\n\n"
|
||||||
msg += f"This instance by **{self.bot.appinfo.owner}.**\n\n"
|
msg += f"This instance by **{self.bot.appinfo.owner}.**\n\n"
|
||||||
msg += "**Source Code:** _<https://github.com/taciturasa/searchbot-discord>_\n"
|
msg += "**Source Code:** _<https://github.com/taciturasa/searchbot-discord>_\n"
|
||||||
msg += "**Support Server:** _<https://discord.gg/4BpReNV>_\\nn"
|
msg += "**Support Server:** _<https://discord.gg/4BpReNV>_\n\n"
|
||||||
msg += "_Note: Please attempt to contact the hoster of any separate instances before this server._\n"
|
msg += "_Note: Please attempt to contact the hoster of any separate instances before this server._\n"
|
||||||
msg += f"_See **{ctx.prefix}**`help` for help, `invite` to add the bot, and `stats` for statistics._"
|
msg += f"_See **{ctx.prefix}**`help` for help, `invite` to add the bot, and `stats` for statistics._"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue