fix task
This commit is contained in:
4
main.py
4
main.py
@@ -13,9 +13,7 @@ threading.current_thread().name = "main"
|
||||
logging.basicConfig(stream=sys.stdout, filemode='w', level='INFO',
|
||||
format='%(asctime)s - %(levelname)s - %(threadName)s - %(message)s')
|
||||
|
||||
|
||||
intents = disnake.Intents.default()
|
||||
intents.members = True
|
||||
intents = disnake.Intents(members=True)
|
||||
bot = commands.Bot(command_prefix='$', guild_subscriptions=True, intents=intents)
|
||||
f = []
|
||||
for filenames in walk('audio'):
|
||||
|
||||
Reference in New Issue
Block a user