updated after a while because local stuff
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
import asyncio
|
||||
|
||||
import discord
|
||||
|
||||
from discord.ext import commands
|
||||
|
||||
from sympy import latex, symbols, preview, Symbol #for LaTeX images
|
||||
|
||||
|
||||
|
||||
class General(object):
|
||||
|
||||
"""Overal toegestaan."""
|
||||
|
||||
|
||||
|
||||
def __init__(self, bot):
|
||||
|
||||
self.bot = bot
|
||||
|
||||
self.voice_states = {}
|
||||
|
||||
def __check(self, ctx): #Todo: Is dit het porno kanaal?
|
||||
|
||||
return True
|
||||
|
||||
@commands.command(pass_context=True)
|
||||
Reference in New Issue
Block a user