Maintinance 🔧

This commit is contained in:
NikolajDanger
2020-12-03 15:58:13 +01:00
parent d03ae74937
commit 1fb2df546e
6 changed files with 82 additions and 78 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
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)