Skip to content

Commit

Permalink
Fixed a critical mistake in the autoreply plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Twixes committed Aug 5, 2018
1 parent 2ac4128 commit 7770a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/autoreply.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from version import __version__

@client.command()
@commands.cooldown(1, conf['wersja'], commands.BucketType.user)
@commands.cooldown(1, conf['user_command_cooldown'], commands.BucketType.user)
async def version(ctx):
'''Returns version of the bot'''
await ctx.send(f'Somsiad {__version__}')
Expand Down

0 comments on commit 7770a72

Please sign in to comment.