Skip to content

Commit

Permalink
Fix beavis bug
Browse files Browse the repository at this point in the history
  • Loading branch information
9p4 committed Mar 29, 2021
1 parent bcce5d7 commit e1770a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord-cowsay.py
Expand Up @@ -27,7 +27,7 @@ async def on_ready():
print('------')

@bot.command()
async def beavis(ctx, *text):
async def beavis(ctx, *, text):
await ctx.send('```' + cowsay.beavis(text) + '```')

@bot.command()
Expand Down

0 comments on commit e1770a2

Please sign in to comment.