|
|
|
@ -57,7 +57,7 @@ class Fun:
|
|
|
|
else:
|
|
|
|
else:
|
|
|
|
await ctx.send(f'{member.display_name} is not infected...')
|
|
|
|
await ctx.send(f'{member.display_name} is not infected...')
|
|
|
|
|
|
|
|
|
|
|
|
@commands.command()
|
|
|
|
@commands.command(hidden=True)
|
|
|
|
@commands.is_owner()
|
|
|
|
@commands.is_owner()
|
|
|
|
async def print_infections(self, ctx):
|
|
|
|
async def print_infections(self, ctx):
|
|
|
|
await ctx.author.send(f'```{self.bot.infected}```')
|
|
|
|
await ctx.author.send(f'```{self.bot.infected}```')
|
|
|
|
|