🐛 Added some more logging for bug fixing

This commit is contained in:
NikolajDanger
2021-03-31 10:48:56 +02:00
parent 6c1a1cf626
commit c0ce8d03ff
4 changed files with 39 additions and 8 deletions

View File

@ -29,9 +29,9 @@ class Gwendolyn(commands.Bot):
intents = discord.Intents.default()
intents.members = True
super().__init__(command_prefix=" ", case_insensitive=True, intents = intents)
super().__init__(command_prefix=" ", case_insensitive=True, intents = intents, status = discord.Status.dnd)
def log(self, messages, channel : str = "", level : int = 10):
def log(self, messages, channel : str = "", level : int = 20):
logThis(messages, channel, level)