You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What were your exact steps? Did you simply clone the repo, update config.toml, and run the bot?
Did you install the required 3rd party libraries?
Aside: Your comment isn't very descriptive so it makes it harder for people to try and help you. It's always best to provide as much relevant information as possible and to be specific.
I did everything according to the instructions
(RiRa-main-ln0KUbM-) C:\Users\dropw\Desktop\RiRa-main>python -m rira
Traceback (most recent call last):
File "d:\python 3.8.6\lib\runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "d:\python 3.8.6\lib\runpy.py", line 87, in run_code
exec(code, run_globals)
File "C:\Users\dropw\Desktop\RiRa-main\rira_main.py", line 1, in
from . import bot
File "C:\Users\dropw\Desktop\RiRa-main\rira\bot.py", line 10, in
bot = commands.Bot(command_prefix=cfg["$"], activity=discord.Activity(type=discord.ActivityType.listening, name="!help ❤️"), help_command=None)
TypeError: 'NoneType' object is not subscriptable
The text was updated successfully, but these errors were encountered: