Merge pull request #6 from dustinpianalto/development

Add splode
This commit is contained in:
Dusty.P 2020-04-08 00:15:02 -08:00 committed by GitHub
commit 901176bd7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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