This repository was archived by the owner on Sep 3, 2025. It is now read-only.

Description
Hi here is the output:
(Invitarr) discord@saigonoo-server:~/Invitarr$ python3 run.py
V 1.0
/home/discord/Invitarr/run.py:110: RuntimeWarning: coroutine 'BotBase.load_extension' was never awaited
bot.load_extension(f'app.bot.cogs.app')
RuntimeWarning: Enable tracemalloc to get the object allocation traceback
2022-08-30 21:03:52 WARNING discord.ext.commands.bot Privileged message content intent is missing, commands may not work as expected.
2022-08-30 21:03:52 INFO discord.client logging in using static token
2022-08-30 21:03:54 INFO discord.gateway Shard ID None has connected to Gateway (Session ID: a020e8cde4f385d64cbab001beb099d0).
bot is online.
I did first a git clone , after a pip3 install -r requirments.txt and after a running i get error even if the bot is connected

