Add splode

This commit is contained in:
Dustin Pianalto 2020-04-08 00:14:24 -08:00
parent 45584c31fd
commit 3ea75b4fab

View File

@ -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):