fact-bot
A simple discord bot that generates facts!
How to make a bot
Go to https://discord.com/developers/applications Then click on 'New Application' Enter the name and click 'Create' Under the Bot section click add bot, then there's your bot!
keep_alive.py
to make the bot stay alive.
How to use An example is in keep_alive.py it renders Online!
If you want to render html documents just do
@app.route('/example')
def example():
return render_template('index.html')
Then go to Uptimerobot and follow instructions for keeping the bot alive
Default startup if you want. Just change startup to True
in main.py