Reformatted description
This commit is contained in:
parent
d9f4858485
commit
340ab4b140
@ -44,7 +44,7 @@ emojis: Dict[str, str] = {
|
|||||||
class Geeksbot(commands.Bot):
|
class Geeksbot(commands.Bot):
|
||||||
def __init__(self, **kwargs):
|
def __init__(self, **kwargs):
|
||||||
kwargs["command_prefix"] = self.get_custom_prefix
|
kwargs["command_prefix"] = self.get_custom_prefix
|
||||||
self.description = 'I am Geeksbot Dev! Fear me!\nI might just break and take you with me :P'
|
self.description = 'I am Geeksbot Dev! Fear me!\n I might just break and take you with me :P'
|
||||||
kwargs['description'] = self.description
|
kwargs['description'] = self.description
|
||||||
super().__init__(**kwargs)
|
super().__init__(**kwargs)
|
||||||
self.aio_session = aiohttp.ClientSession(loop=self.loop)
|
self.aio_session = aiohttp.ClientSession(loop=self.loop)
|
||||||
|
|||||||
@ -713,7 +713,7 @@ class Utils:
|
|||||||
thumbnail=f'{ctx.guild.me.avatar_url}')
|
thumbnail=f'{ctx.guild.me.avatar_url}')
|
||||||
if command is None:
|
if command is None:
|
||||||
pag.add(f"\uFFF6Welcome to Geeksbot's help command.\n"
|
pag.add(f"\uFFF6Welcome to Geeksbot's help command.\n"
|
||||||
f"[{self.bot.description}]\n"
|
f"< {self.bot.description} >\n"
|
||||||
f"Below you will find some basic information about me.\n\n"
|
f"Below you will find some basic information about me.\n\n"
|
||||||
f"Version: <{self.bot.__version__}>\n\n"
|
f"Version: <{self.bot.__version__}>\n\n"
|
||||||
f"Owner: <Dusty.P>\n"
|
f"Owner: <Dusty.P>\n"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user