We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dff4f65 commit 9f7a42eCopy full SHA for 9f7a42e
bot.py
@@ -22,7 +22,7 @@
22
SOFTWARE.
23
'''
24
25
-__version__ = '1.3.1'
+__version__ = '1.3.2'
26
27
import discord
28
from discord.ext import commands
@@ -339,6 +339,7 @@ async def update(self, ctx):
339
access_token = self.config.get('GITHUB_ACCESS_TOKEN')
340
341
if not access_token:
342
+ em.title = 'Invalid Access Token'
343
em.description = 'You have not properly set up GitHub credentials. '\
344
'Create a config variable named `GITHUB_ACCESS_TOKEN`'\
345
' and set the value as your personal access token which'\
0 commit comments