connellboyce / ball-chaser-discord-bot

Discord Bot for retrieving Rocket League related information

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ball Chaser Discord Bot

Discord bot to return relevant information for Rocket League

Table of Contents

  1. Creation
  2. Development
  3. Hosting
  4. Commands
  5. Screenshots
  6. References

1 Creation

2 Development

3 Hosting

  • The application normally would not be active on Replit after the browser was closed, but there are exceptions.
    • Web servers will stay open on Replit after a browser is closed, but only for 1 hour after its last interaction.
    • This is solved with UptimeRobot: an application which pings the web server for the bot.
    • The web server is pinged every 5 minutes, keeping the bot online.
  • These two services in conjunction allow the Ball-Chaser bot to run 24/7.
  • See links to these two services in References

4 Commands

!help
  • This command will display a list of commands that Ball-Chaser provides.

!goal
  • This command will simply return "What a save!".

!rank <username> <game mode>
  • This command will grab a player's rank for a specific game mode.

5 Screenshots

6 References

About

Discord Bot for retrieving Rocket League related information


Languages

Language:Python 100.0%