🚚 Moved !wolf code to nerdShit.py
This commit is contained in:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user