I'm running the bot from a vps, and when I typed "python3.6 bot.py" it asked for the bot token. After I inputted the token I got
Traceback (most recent call last):
File "bot.py", line 511, in
Modmail.init()
File "bot.py", line 107, in init
raise e
File "bot.py", line 105, in init
bot.run(to_use, activity=discord.Game(os.getenv('STATUS')), reconnect=True)
TypeError: init() takes 1 positional argument but 2 were given
Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7efc850bcd30>
I'm running the bot from a vps, and when I typed "python3.6 bot.py" it asked for the bot token. After I inputted the token I got
Traceback (most recent call last): File "bot.py", line 511, in
Modmail.init()
File "bot.py", line 107, in init
raise e
File "bot.py", line 105, in init
bot.run(to_use, activity=discord.Game(os.getenv('STATUS')), reconnect=True)
TypeError: init() takes 1 positional argument but 2 were given
Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7efc850bcd30>