Skip to content

Commit

Permalink
Fix version number and uped it
Browse files Browse the repository at this point in the history
  • Loading branch information
1byte2bytes committed Mar 9, 2017
1 parent bdb6dce commit d203bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/botutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def onCommand(message_in):
repo = git.Repo(search_parent_directories=True)
sha = repo.head.object.hexsha
embed = discord.Embed(color=discord.Color.red())
embed.set_author(name='```Project StarBot v0.0.1-{}```'.format(sha[:7]), url='https://github.com/1byte2bytes/Starbot/', icon_url='https://pbs.twimg.com/profile_images/616309728688238592/pBeeJQDQ.png')
embed.set_author(name='Project StarBot v0.0.4-{}'.format(sha[:7]), url='https://github.com/1byte2bytes/Starbot/', icon_url='https://pbs.twimg.com/profile_images/616309728688238592/pBeeJQDQ.png')
embed.set_footer(text='Created by CorpNewt and Sydney Erickson')
return message.message(embed=embed)

Expand Down

0 comments on commit d203bc3

Please sign in to comment.