Skip to content

Commit 9f7a42e

Browse files
committed
Fix a bug
1 parent dff4f65 commit 9f7a42e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bot.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
SOFTWARE.
2323
'''
2424

25-
__version__ = '1.3.1'
25+
__version__ = '1.3.2'
2626

2727
import discord
2828
from discord.ext import commands
@@ -339,6 +339,7 @@ async def update(self, ctx):
339339
access_token = self.config.get('GITHUB_ACCESS_TOKEN')
340340

341341
if not access_token:
342+
em.title = 'Invalid Access Token'
342343
em.description = 'You have not properly set up GitHub credentials. '\
343344
'Create a config variable named `GITHUB_ACCESS_TOKEN`'\
344345
' and set the value as your personal access token which'\

0 commit comments

Comments
 (0)