Ravost99 / fact-bot

A simple discord bot that generates facts!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!


How to use keep_alive.py to make the bot stay alive.

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

About

A simple discord bot that generates facts!

License:Apache License 2.0


Languages

Language:Python 99.5%Language:HTML 0.5%