Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.28 KB

README.md

File metadata and controls

35 lines (28 loc) · 1.28 KB

Python

GamerBodBot

This repo contains source code for a discord bot for my server GamerBodSquad. It has various commands and connects to the GamerBodBot-API and is deployed on Heroku.

Contents


Dependancies

Discord py

  • API wrapper for Discord

Commands

  • !hello:
    • Sends simple greetings to the user executing
  • !commands:
    • Lists all of the commands to the user
  • !help:
    • Helps the user if they are unsure of what to do
  • !meme:
  • !backlog (args: add/finished/playing/view) <game>/all
    • add <game>: Creates a backlog item with title <game> and status 'unplayed'
    • finished <game>: Marks <game> with status 'finished'
    • playing <game>: Marks <game> with status 'playing'
    • view <game>: Returns the summary of info for <game>
    • view all: Returns the list of the users backlog
  • !hangman
    • starts a game of hangman
    • end: Ends a current game, if there is one