Skip to content
This repository was archived by the owner on Jul 31, 2018. It is now read-only.

Commit 3400d11

Browse files
authored
Merge pull request #4 from FloatCobra/patch-1
Fixed (bad) virus command
2 parents 1ce0c7e + 294c4c7 commit 3400d11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cogs/misc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ async def add(self,*args):
7777
@commands.command(pass_context=True)
7878
async def virus(self,ctx,user: discord.Member=None,*,hack=None):
7979
"""Inject a virus into someones system."""
80-
nome = ctx.message.author
80+
name = ctx.message.author
8181
if not hack:
8282
hack = 'discord'
8383
else:

0 commit comments

Comments
 (0)