From f1f6b5873e1727020918aba9152010b8a54540be Mon Sep 17 00:00:00 2001 From: maduck Date: Tue, 4 Aug 2020 08:18:52 +0200 Subject: [PATCH] fix: typo and new release version --- bot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bot.py b/bot.py index 23888f4..0bb9c6c 100755 --- a/bot.py +++ b/bot.py @@ -49,7 +49,7 @@ class DiscordBot(BaseBot): DEFAULT_LANGUAGE = 'en' BOT_NAME = 'garyatrics.com' BASE_GUILD = "Garyatrics" - VERSION = '0.6' + VERSION = '0.7' GRAPHICS_URL = 'https://garyatrics.com/gow_assets' NEEDED_PERMISSIONS = [ 'add_reactions', @@ -837,7 +837,7 @@ async def news_subscribe(self, message, prefix): return if not self.is_guild_admin(message): e = discord.Embed(title='News management', color=self.RED) - e.add_field(name='Susbscribe', + e.add_field(name='Subscribe', value=f'Only the server owner has permission to change news subscriptions.') await self.answer(message, e) return