mirror of
https://github.com/polyjitter/searchbot-discord.git
synced 2024-08-14 22:46:55 +00:00
More about changes
This commit is contained in:
parent
00065351f2
commit
ca84747e1d
1 changed files with 2 additions and 2 deletions
|
@ -75,8 +75,8 @@ class Core(commands.Cog):
|
||||||
async def about(self, ctx):
|
async def about(self, ctx):
|
||||||
"""Returns information about this bot."""
|
"""Returns information about this bot."""
|
||||||
|
|
||||||
msg = f"**{self.bot.description}**\n"
|
msg = f"__**{self.bot.user.name}**__ - _{self.bot.description}_\n"
|
||||||
msg += f"Created by **taciturasa#4365**, 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>_\n"
|
msg += "**Support Server:** _<https://discord.gg/4BpReNV>_\n"
|
||||||
msg += "_Note: Please attempt to contact the hoster of any separate instances before this server._\n\n"
|
msg += "_Note: Please attempt to contact the hoster of any separate instances before this server._\n\n"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue