Ejemplo n.º 1
0
 async def remove(self, ctx, user: discord.Member):
     if user.id not in Database.getblacklist():
         Database.unblacklistUser(user.id)
         await ctx.send(
             f"{str(user)} got unnblacklisted from using EXCEED-BOT")
Ejemplo n.º 2
0
 async def _list(self, ctx):
     return await ctx.send(Database.getblacklist())
Ejemplo n.º 3
0
from config import config