This commit is contained in:
NikolajDanger
2020-08-13 17:09:26 +02:00
parent b82d233faf
commit 4ee96cd3b5
10 changed files with 14 additions and 19 deletions

View File

@ -1,8 +1,8 @@
import discord, os, finnhub, pymongo
import discord, os, finnhub
from discord.ext import commands
from pymongo import MongoClient
from funcs import logThis, makeFiles, transferUsers, Money, Funcs, SwChar, SwDestiny, SwRoll, Games
from funcs import logThis, makeFiles, Money, Funcs, SwChar, SwDestiny, SwRoll, Games
commandPrefix = "!"
@ -55,9 +55,6 @@ makeFiles()
# Creates the Bot
client = Gwendolyn()
# Creates database collections
transferUsers(client.database)
# Logs in
@client.event
async def on_ready():