Browse Source

updated changelog

tags/v2.0.0
Roxie Gibson 5 years ago
parent
commit
b3b91de036
2 changed files with 5 additions and 0 deletions
  1. +1
    -0
      CHANGELOG.md
  2. +4
    -0
      roxbot/cogs/trivia.py

+ 1
- 0
CHANGELOG.md View File

- `;deepfry` command now works all the time. - `;deepfry` command now works all the time.
- Pride filter filenames fixed. - Pride filter filenames fixed.
- As many spelling mistakes as possible. - As many spelling mistakes as possible.
- Music bot in Roxbot has had a majority of its bugginess fixed. Queuing now works all of the time for example.
- If music bot can't find a thumbnail for the now playing embed, it will just not have one; Instead of breaking. - If music bot can't find a thumbnail for the now playing embed, it will just not have one; Instead of breaking.
- Fixed bug where nowplaying embeds would have the wrong queued_by value. - Fixed bug where nowplaying embeds would have the wrong queued_by value.
- NSFW commands fixed. - NSFW commands fixed.

+ 4
- 0
roxbot/cogs/trivia.py View File

from roxbot import http, checks, EmbedColours from roxbot import http, checks, EmbedColours




# TODO: Refactor the game into its own class and have the commands interact with that api.
# Then I can refactor the game into its own lib and then make a cli version.


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

Loading…
Cancel
Save