updated after a while because local stuff
This commit is contained in:
+36
@@ -0,0 +1,36 @@
|
||||
import asyncio
|
||||
|
||||
import discord
|
||||
|
||||
from discord.ext import commands
|
||||
|
||||
import os
|
||||
|
||||
from random import randint
|
||||
|
||||
|
||||
|
||||
class Porno(object):
|
||||
|
||||
"""Porno commando's. Jij weet wat er aan is."""
|
||||
|
||||
|
||||
|
||||
def __init__(self, bot):
|
||||
|
||||
self.bot = bot
|
||||
|
||||
self.voice_states = {}
|
||||
|
||||
self.fileIndex = {}
|
||||
|
||||
def __check(self, ctx): #Todo: Is dit het porno kanaal?
|
||||
|
||||
return True
|
||||
|
||||
|
||||
|
||||
def randomJpgFromFolder(self, dir):
|
||||
|
||||
if dir not in self.fileIndex.keys():
|
||||
|
||||
Reference in New Issue
Block a user