Maintinance 🔧
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
|
||||
from funcs import logThis, makeFiles, Money, Funcs, SwChar, SwDestiny, SwRoll, Games, Generators
|
||||
|
||||
commandPrefix = "!"
|
||||
|
||||
@ -43,6 +43,8 @@ class Gwendolyn(commands.Bot):
|
||||
self.swroll = SwRoll(self)
|
||||
self.swdestiny = SwDestiny(self)
|
||||
|
||||
self.generator = Generators()
|
||||
|
||||
Games(self)
|
||||
|
||||
self.money = Money(self)
|
||||
|
Reference in New Issue
Block a user