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

Fixed virus command #4

Merged
merged 1 commit into from
Aug 12, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cogs/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ async def add(self,*args):
@commands.command(pass_context=True)
async def virus(self,ctx,user: discord.Member=None,*,hack=None):
"""Inject a virus into someones system."""
nome = ctx.message.author
name = ctx.message.author
if not hack:
hack = 'discord'
else:
Expand Down