aboutsummaryrefslogtreecommitdiffstats
path: root/bot (follow)
Commit message (Collapse)AuthorAgeLines
...
| * | | | Resloved requested changesGravatar RohanRadia2019-10-03-4/+7
| | | | |
| * | | | Final Final Linting Error D415Gravatar RohanRadia2019-10-02-1/+1
| | | | |
| * | | | Syntax Error FixGravatar RohanRadia2019-10-02-2/+2
| | | | |
| * | | | Final LintingGravatar RohanRadia2019-10-02-5/+6
| | | | |
| * | | | LintingGravatar RohanRadia2019-10-02-3/+2
| | | | |
| * | | | New more succinct output.Gravatar RohanRadia2019-10-02-40/+45
| | | | |
* | | | | Grammar fixesGravatar Joseph Banks2019-11-22-19/+16
| | | | |
* | | | | added cooldown to the quiz command and more refinement and also tested.Gravatar RohanJnr2019-10-20-1/+2
| | | | |
* | | | | added a cool down per channel to the quiz commandGravatar RohanJnr2019-10-19-2/+6
| | | | |
* | | | | Made some language corrections in the json file and also made seperate ↵Gravatar RohanJnr2019-10-18-23/+39
| | | | | | | | | | | | | | | | | | | | functions for the start and end quiz. Added another check to check if the game is still running before sending the answer.
* | | | | fixed bugs such as incorrect time to send the category embed, game will no ↵Gravatar RohanJnr2019-10-17-16/+18
| | | | | | | | | | | | | | | | | | | | longer run again if stopped n stuff.
* | | | | Updated the code as per the suggestions and they are the following:Gravatar RohanJnr2019-10-13-10/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Corrected all typos. - the quiz command is now a command group to allocate the leaderboard command(a command which shows the leaderboard for the current bot session). - Few other refinements with language and stuff.
* | | | | fixed lint errorsGravatar RohanJnr2019-10-07-1/+1
| | | | |
* | | | | added function annotations to new commandGravatar RohanJnr2019-10-07-1/+1
| | | | |
* | | | | Corrected a few typos in the json file and also the following refinements ↵Gravatar RohanJnr2019-10-07-27/+58
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | for the quiz game: New scoreboard for every game. Store overall score board which refreshs when bot restarts.
* | | | Merge branch 'master' into trivia_quizGravatar S. Co12019-10-04-8/+8
|\ \ \ \ | | |/ / | |/| |
| * | | adjust end date time to the end of the last day of october instead of the ↵Gravatar Numerlor2019-10-02-1/+1
| | | | | | | | | | | | | | | | beginning of it
| * | | put role bypass check above channel override to make sure bypass roles can ↵Gravatar Numerlor2019-10-02-7/+7
| |/ / | | | | | | | | | activate commands everywhere even with override channels specified
* | | Merge branch 'master' into trivia_quizGravatar scragly2019-10-03-14/+47
|\| |
| * | fix grammar in in_channel_override docstringGravatar Numerlor2019-10-02-1/+2
| | |
| * | add logging when an overriden in_channel_check failsGravatar Numerlor2019-10-02-0/+5
| | |
| * | fix in_channel_check docstring styleGravatar Numerlor2019-10-02-2/+4
| | |
| * | add return type hint to override_in_channel inner functionGravatar Numerlor2019-10-02-1/+1
| | |
| * | call the rewritten override_in_channelGravatar Numerlor2019-10-02-2/+2
| | |
| * | Use rewritten override_in_channel to create a new whitelist for the commandGravatar Numerlor2019-10-02-3/+4
| | |
| * | rewrite override_in_channel to accept an optional new channel whitelistGravatar Numerlor2019-10-02-10/+29
| | | | | | | | | | | | add checks for the new whitelist to in_channel_check
| * | fix typo in headerGravatar Numerlor2019-10-01-1/+1
| | |
| * | allow hacktoberstats commands to be used in the hacktober channelGravatar Numerlor2019-10-01-0/+4
| | |
| * | remove hacktoberfest channel from global whitelistGravatar Numerlor2019-10-01-1/+1
| | |
| * | Add +14h to start UTC offset and -11 to end UTC offset to date_range in ↵Gravatar Numerlor2019-10-01-1/+1
| | | | | | | | | | | | query for Hacktoberfest user pull requests
| * | Add #event-hacktoberfest-2019 to bot command whitelistGravatar Numerlor2019-10-01-1/+2
| |/
* | Applied suggestions from code reviewGravatar Rohan_Iceman2019-10-02-9/+9
| | | | | | Co-Authored-By: scragly <[email protected]>
* | removed commented out codeGravatar RohanJnr2019-10-02-1/+0
| |
* | Merge branch 'trivia_quiz' of https://github.com/RohanJnr/seasonalbot into ↵Gravatar RohanJnr2019-10-02-1063/+665
|\ \ | | | | | | | | | trivia_quiz
| * | Merge branch 'master' into trivia_quizGravatar Rohan_Iceman2019-10-02-1063/+665
| |\|
| | * Disable announcements and add hacktober icon.Gravatar Leon Sandøy2019-09-30-5/+11
| | | | | | | | | | | | | | | | | | | | | | | | The Halloween season was currently configured to run with spooky icons and to announce a terrible, contentless announcement. This has been disabled and the neon hacktoberfest icon has been placed in its stead.
| | * Merge branch 'master' into date-fixGravatar Leon Sandøy2019-09-30-1184/+1750
| | |\
| | | * Update flake8-annotation pin & relintGravatar S. Co12019-09-26-4/+4
| | | |
| | | * Merge pull request #271 from python-discord/text-modify-embedsGravatar Chris G2019-09-24-19/+84
| | | |\ | | | | | | | | | | Modify text of embeds for text-modify commands
| | | | * Dumb kosa forgot to relint after making a small changeGravatar kosayoda2019-09-11-1/+1
| | | | |
| | | | * Merge branch 'text-modify-embeds' of github.com:python-discord/seasonalbot ↵Gravatar kosayoda2019-09-11-98/+100
| | | | |\ | | | | | | | | | | | | | | | | | | into text-modify-embeds
| | | | * | Add more uwu conversionsGravatar kosayoda2019-09-11-0/+1
| | | | | |
| | | | * | Add embed conversion functionality to .rcase, small fixesGravatar kosayoda2019-09-11-12/+29
| | | | | |
| | | | * | Add embed conversion functionality to .uwuGravatar kosayoda2019-09-11-14/+61
| | | | | |
| | | * | | Reflect persist module changes in hacktober cog.Gravatar scragly2019-09-23-2/+2
| | | | | | | | | | | | | | | | | | Co-Authored-By: Sebastiaan Zeeff <[email protected]>
| | | * | | Use mkdir exists kwarg instead of checking existing ahead of time.Gravatar scragly2019-09-23-4/+2
| | | | | |
| | | * | | Improve func name, example, directory managementGravatar scragly2019-09-23-9/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Function name has been changed to `make_persistent` after prompt by @lemonsaurus asking for a more descriptive name. Thanks @MarkKoz for providing the alternate name. During local testing, the `data` directory doesn't exist yet. In prod, this isn't an issue as the persistent volume is mounted at that location. To make local testing more convenient, the directory is checked and made if not found. Persistent data files will be placed in a seasonal subdirectory so long as they have a valid season name somewhere in their path, otherwise they will be placed directly in the data directory. Added a note to docstring to avoid same-named files in the same seasons or it will conflict with each other in the persistent data directory. The example was extended a little bit to make it both actually valid if tested and hopefully make it easier to understand what's going on.
| | | * | | Check explicitly if file exists rather than any existing path.Gravatar scragly2019-09-23-1/+1
| | | | | | | | | | | | | | | | | | Co-Authored-By: Mark <[email protected]>
| | | * | | Add better explanatory docstring and example for persist.datafile.Gravatar scragly2019-09-20-1/+17
| | | | | |
| | | * | | Add persistent datafile utils.Gravatar scragly2019-09-19-1/+27
| | | | | |