Browse Source

removed comment that isnt needed anymore.

tags/v1.4.0
roxie 6 years ago
parent
commit
ee84d86eaa
1 changed files with 0 additions and 18 deletions
  1. +0
    -18
      cogs/trivia.py

+ 0
- 18
cogs/trivia.py View File

@@ -10,24 +10,6 @@ from collections import OrderedDict
from discord.ext import commands


"""
Notes for myself.
Game logic

START
WAIT FOR USERS WITH JOIN AND LEAVE
START GAME FUNCTION

LOOP:
PARSE QUESTIONS
ADD REACTION
CORRECT ANSWER SCREEN
ADD SCORES
END

END SCORES AND WINNER SCREEN"""


class Trivia:
"""
Trivia is based off the lovely https://opentdb.com made by PixelTail Games.

Loading…
Cancel
Save