Add splode
This commit is contained in:
parent
45584c31fd
commit
3ea75b4fab
@ -2,7 +2,10 @@ import discord
|
|||||||
from discord.ext import commands
|
from discord.ext import commands
|
||||||
import asyncio
|
import asyncio
|
||||||
|
|
||||||
|
|
||||||
class Fun(commands.Cog):
|
class Fun(commands.Cog):
|
||||||
|
def __init__(self, bot):
|
||||||
|
self.bot = bot
|
||||||
|
|
||||||
@commands.command(name='explode', aliases=['splode'])
|
@commands.command(name='explode', aliases=['splode'])
|
||||||
async def explode_user(self, ctx, member: discord.Member=None):
|
async def explode_user(self, ctx, member: discord.Member=None):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user