🐛
This commit is contained in:
@ -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():
|
||||
|
Reference in New Issue
Block a user