From 643a7776dfd053453ba6f7c9563e0ee38b381a28 Mon Sep 17 00:00:00 2001 From: Dustin Pianalto Date: Fri, 8 Jun 2018 12:14:43 -0800 Subject: [PATCH] modify description --- src/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/__main__.py b/src/__main__.py index 4d176dd..64054cf 100644 --- a/src/__main__.py +++ b/src/__main__.py @@ -44,7 +44,7 @@ emojis: Dict[str, str] = { class Geeksbot(commands.Bot): def __init__(self, **kwargs): kwargs["command_prefix"] = self.get_custom_prefix - self.description = 'I am Geeksbot Dev! Fear me I might just break and take you with me :P' + self.description = 'I am Geeksbot Dev! Fear me!\nI might just break and take you with me :P' kwargs['description'] = self.description super().__init__(**kwargs) self.aio_session = aiohttp.ClientSession(loop=self.loop)