how to make your discord bot run FOREVA
So if you are moderating talk(like
@Coder100) then you would know that I am making a...DISCORD BOT
in python :|
:)
Oke, so now whenever I turn off my computer, the repl stops running(duh) how would I make it run FOEVA. That means when I am afk, the bot still runs.
Question Number two
How to store eval output into variable
PLEASE ANSWER THAT ^
kthxbai
Voters
Coder100
eval output into variable is
a = eval("1 + 1") # 2 iirc
and for running forever try this tutorial.