Skip to content

Commit

Permalink
fix: typo and new release version
Browse files Browse the repository at this point in the history
  • Loading branch information
maduck committed Aug 4, 2020
1 parent 81b285c commit f1f6b58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f1f6b58

Please sign in to comment.