fix task
This commit is contained in:
5
test.py
5
test.py
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user