aboutsummaryrefslogtreecommitdiffstats
path: root/bot/resources (follow)
Commit message (Collapse)AuthorAgeLines
...
| * Merge branch 'master' into drag_namesGravatar Sebastiaan Zeeff2019-10-12-0/+255
| |\
| | * Merge branch 'master' into pride_factsGravatar Sebastiaan Zeeff2019-10-12-0/+221
| | |\
| | * | Minor improvements for pride facts cogGravatar Will Da Silva2019-10-03-3/+3
| | | |
| | * | Add pride facts for 2020Gravatar Will Da Silva2019-10-03-0/+34
| | | |
| * | | Change drag queen name list to JSONGravatar Will Da Silva2019-10-02-248/+249
| | | |
| * | | Add drag queen namesGravatar Will Da Silva2019-10-01-0/+248
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The names are stored in a text file, since they're basically just a list, and json seems like overkill for this case. In any case switching over to json later would be easy. The names could be separated into first and last names in order to generate more combinations, but that would break the wordplay that many of the names have. The names were taken from https://www.fantasynamegenerators.com/drag-queen-names.php as permitted by the footnote on the page.
* | | Made some language corrections in the json file and also made seperate ↵Gravatar RohanJnr2019-10-18-2/+2
| | | | | | | | | | | | functions for the start and end quiz. Added another check to check if the game is still running before sending the answer.
* | | Corrected a few typos in the json file and also the following refinements ↵Gravatar RohanJnr2019-10-07-1/+2
| |/ |/| | | | | | | | | | | for the quiz game: New scoreboard for every game. Store overall score board which refreshs when bot restarts.
* | Applied suggestions from code reviewGravatar Rohan_Iceman2019-10-02-6/+6
| | | | | | Co-Authored-By: scragly <[email protected]>
* | Merge branch 'trivia_quiz' of https://github.com/RohanJnr/seasonalbot into ↵Gravatar RohanJnr2019-10-02-0/+1
|\ \ | | | | | | | | | trivia_quiz
| * | Merge branch 'master' into trivia_quizGravatar Rohan_Iceman2019-10-02-0/+1
| |\|
| | * Prevent empty JSON raising an exception.Gravatar scragly2019-09-19-0/+1
| | |
| | * Remove egg_huntGravatar scragly2019-09-19-0/+0
| | |
* | | Worked on the requested changes and also made a few other changes:Gravatar RohanJnr2019-10-02-76/+44
|/ / | | | | | | - when the user uses the command to stop the game, the bot fails to reply back with the winners list. This is because the varibale player_data is being initialised to {} at the start of the command. I solved this by making a player_data variable in the cog __init__() with the channel id being the key and dict as value
* | added 10 more questionsGravatar RohanJnr2019-10-01-0/+90
| |
* | added some questions to general, for now users can only access general ↵Gravatar RohanJnr2019-09-30-1/+129
| | | | | | | | category questions.I have disabled hints for general(cant make up any hints).The score is now calculated on time based answer.I am also sending information about the topic/thing on which the question has been asked.Will add more questions in a couple of days
* | Modified the code drastically for the quiz game:Gravatar RohanJnr2019-09-23-1/+2
| | | | | | | | | | - Using a while loop to run a game rather than bunch of the functions calling each other. - using wait_for() to send hints, answers and to move to next questions.
* | A fun trivia quiz that can be played on multiple channelsThe trivia quiz has ↵Gravatar Rohan2019-08-27-0/+34
|/ | | | | | | | | the following features: quiz has the following features: - There wont be any options to the questions asked, the users have to type the answer in the chat and the bot will pick up the right anwer - If 3 questions have not been answered in a row, the quiz will be brought to a halt assuming inactivity. - There are also hints in this game! A hint will be sent after 10s after the question has been sent.Each question has a maximum if 2 hints. - The bot checks for the closest answer rather than the exact one(Incase of typoes in the users answer
* cleaned up code, changed json fieldnames, changed command name/aliasGravatar jakeHebert2019-08-15-8/+8
|
* edited json files, added new resource, small tweaks to EmbedGravatar jakeHebert2019-08-15-20/+11
|
* edited json files, added new resource, small tweaks to EmbedGravatar jakeHebert2019-08-15-0/+0
|
* added wiki links and author to json files, changes to EmbedGravatar jakeHebert2019-08-14-5/+11
|
* add recommend_game.py and resource filesGravatar jakeHebert2019-08-14-0/+31
|
* Cleaned speedrun.py, removed duplicate in json fileGravatar jakeHebert2019-08-12-6/+4
|
* added speedrun cog and its resourceGravatar jakeHebert2019-08-09-0/+20
|
* Additional review comment resolutionGravatar sco12019-07-22-3/+0
| | | | | | | | | | * Remove duplicate easter egg facts, fix punctuation * Simplify egg fact JSON load * Simplify egg fact embed generation * Simplify issues command, remove redundant calls, and make some variables more explicit * Truncate issue body if its length is greater than 1024 characters (embed field limitation) Co-Authored-By: Mark <[email protected]>
* Apply suggestions from code review Gravatar S. Co12019-07-22-8/+8
| | | | | | | | | * Unify use of apostophes & quotes in JSON resources * Sync use of pathlib to the rest of the codebase * Remove unnecessary string conversions * Remove unnecessary dictionary `.get()` call without specifying a default * Other minor syntax modifications Co-Authored-By: Mark <[email protected]>
* Merge pull request #194 from RohanJnr/easter_egg_factsGravatar S. Co12019-07-10-0/+20
|\ | | | | Easter egg facts
| * using top level array in json fileGravatar Rohan2019-04-23-4/+2
| |
| * done with the easter egg fact cmd and background taskGravatar Rohan2019-04-09-0/+22
| |
* | Merge pull request #202 from JackyFWong/masterGravatar S. Co12019-07-10-0/+82
|\ \ | | | | | | Implemented .riddlemethis for the Easter season
| * | finalized riddles and fixed various easter_riddle bugsGravatar JackyFWong2019-04-26-6/+6
| | |
| * | removed punctuation from riddlesGravatar JackyFWong2019-04-26-6/+6
| | |
| * | riddle easter questions addedGravatar twhaley62019-04-25-0/+82
| | |
* | | Merge pull request #204 from glowingrunes/bunny-name-generatorGravatar S. Co12019-07-10-0/+29
|\ \ \ | | | | | | | | Bunny Name Generator
| * | | Created a JSON file to store the bunny names.Gravatar glowingrunes2019-04-28-0/+29
| | |/ | |/|
* | | Add missing whitespace to egghead questions JSONGravatar sco12019-07-10-1/+1
| | |
* | | Merge pull request #193 from scOwez/patch-1Gravatar S. Co12019-07-10-3/+3
|\ \ \ | | | | | | | | Update egghead_questions.json
| * | | Update bot/resources/easter/egghead_questions.jsonGravatar Owez2019-05-16-1/+1
| | | | | | | | | | | | Co-Authored-By: Sebastiaan Zeeff <[email protected]>
| * | | Update egghead_questions.jsonGravatar Owez2019-04-17-3/+3
| |/ / | | | | | | | | | - Fixed question "Who is considered to be the founder of Earth Day?" - Fixed question "When was the first Earth Day?"
* | | Finished vetting song list and received mod approvalGravatar AvianAnalyst2019-06-18-102/+58
| | |
* | | Code runs as expected, anthem list needs vettedGravatar AvianAnalyst2019-06-17-112/+281
| | |
* | | Merge branch 'pride-anthem' into productionGravatar AvianAnalyst2019-06-17-0/+330
|\ \ \
| * | | Wrote initial code for running the bot command.Gravatar AvianAnalyst2019-06-17-59/+2
| | | |
| * | | Initial commit, added pride anthemsGravatar AvianAnalyst2019-06-03-0/+387
| | | |
* | | | Merge remote-tracking branch 'python-discord/master' into pride-avatarGravatar Suhail2019-05-30-0/+14
|\| | |
| * | | Spooky 8 Ball (#189)Gravatar scragly2019-05-13-0/+14
| |\ \ \ | | |_|/ | |/| | | | | | | | | | Spooky 8 Ball Co-authored-by: Josué D. (JD) <[email protected]>
| | * | updated responses.jsonGravatar Olson J2019-04-10-4/+4
| | | | | | | | | | | | Change a few wording, as they were minor, linguistically speaking.
| | * | Created the spooky8ball command and the corresponding .json responses file.Gravatar RohanRadia2019-04-09-0/+14
| | |/
* | / Pride AvatarGravatar Suhail2019-05-12-0/+0
|/ /