🎞️ Added !addmovie command
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
|
||||
from funcs import logThis, makeFiles, Money, Funcs, SwChar, SwDestiny, SwRoll, Games, Generators, BedreNetflix
|
||||
|
||||
commandPrefix = "!"
|
||||
|
||||
@ -17,6 +17,7 @@ class Credentials():
|
||||
self.mongoDBUser = data[3][13:].replace(" ","")
|
||||
self.mongoDBPassword = data[4][17:].replace(" ","")
|
||||
self.wolfKey = data[5][19:].replace(" ","")
|
||||
self.radarrKey = data[6][15:].replace(" ","")
|
||||
|
||||
class Options():
|
||||
def __init__(self):
|
||||
@ -44,6 +45,7 @@ class Gwendolyn(commands.Bot):
|
||||
self.swdestiny = SwDestiny(self)
|
||||
|
||||
self.generator = Generators()
|
||||
self.bedreNetflix = BedreNetflix(self)
|
||||
|
||||
Games(self)
|
||||
|
||||
|
Reference in New Issue
Block a user