-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtodo.todo
33 lines (25 loc) · 1.76 KB
/
todo.todo
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
-- SimplyQoutes
: SimplyQoutes todo list
-- New Features
- Quote quiz command - 5 users specified by the person who runs the command, if everyone wants to participate, they press button on the embed, and they have to make up 5 quotes. Than each user will have to guess who wrote which quote. And the winner, if they win 5 games, will win a badge
-- Dev Features
- Blacklist user & Blacklist guild - Blacklists a user or guild with reason, and duration and makes it so they cannot use the bot at all.
-- Language Features
- Language Set - Sets a language for the bot to use for the current guild, and translates the qoutes to the selected language. (Either use google-translate package or a .json file for it)
-- API Changes
- Add a API (An API for choosing random quotes, and perhaps the trivia and quiz commands)
-- Database Changes
- Update the userSchema and quoteSetupSchema to include languages, blacklists, and tosAgreement, durationOfBlacklist, reasonOfBlackList
- Add more categories for the quotes to be in
- Add a TriviaStreak to the trivia schema & make it just like the other streaks (quoteStreak)
-- Event Changes
- Add Tos - Make a TOS Embed with a button saying "I agree", once you click I agree, the tos button wont ever happen again for you. If you never clicked I agree and try to use a bot command, it'll popup with the tos embed. (So dont make it a cmd)
- QOTD - Make the bot send a random QOTD (Quote Of The Day) if QOTD is toggled on (GOING TO TAKE CHANGE TO PQOT WHICH IS POPULAR QUOTE OF THE DAY)
-- .JSON Changes
- Add more categories & quotes
-- Command Changes
- None
-- Bug Fixes
- None
--/
--/