This commit is contained in:
2022-08-23 21:57:12 +03:00
parent 15af292375
commit ca9787fcf2
6 changed files with 31 additions and 14 deletions

View File

@@ -20,9 +20,8 @@ intents = disnake.Intents(messages=True,
members=True)
bot = commands.Bot(command_prefix=determine_prefix,
intents=intents,
reload=True,
test_guilds=[929446191270330410, 987120286933602354])
intents=intents
)
logging.basicConfig(stream=sys.stdout, filemode='w', level='INFO',
format='%(asctime)s - %(levelname)s - %(module)s - %(message)s')