This commit is contained in:
2022-08-24 08:40:31 +03:00
parent ca9787fcf2
commit a6eaec4190
3 changed files with 4 additions and 6 deletions

View File

@@ -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'):