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
Hello I am a first timer and I would like to tackle this problem 😄
Am I understanding it correctly that you want to have a run.py file which runs the code that is currently in the if __name__ == '__main__' in the main.py file?
Hello I am a first timer and I would like to tackle this problem 😄
Am I understanding it correctly that you want to have a run.py file which runs the code that is currently in the if __name__ == '__main__' in the main.py file?
instead of if name equals main in main.py, create a new run.py file that imports from main.py and runs the bot
The text was updated successfully, but these errors were encountered: