🚚 Moved !wolf code to nerdShit.py

This commit is contained in:
Nikolaj Danger
2021-03-19 13:04:27 +01:00
parent 302bcee7a0
commit c1257bce41
5 changed files with 90 additions and 73 deletions

View File

@ -2,7 +2,7 @@ import discord, os, finnhub
from discord.ext import commands
from pymongo import MongoClient
from funcs import logThis, makeFiles, Money, Funcs, SwChar, SwDestiny, SwRoll, Games, Generators, BedreNetflix
from funcs import logThis, makeFiles, Money, Funcs, SwChar, SwDestiny, SwRoll, Games, Generators, BedreNetflix, NerdShit
commandPrefix = "!"
@ -47,6 +47,7 @@ class Gwendolyn(commands.Bot):
self.generator = Generators()
self.bedreNetflix = BedreNetflix(self)
self.nerdShit = NerdShit(self)
Games(self)