aboutsummaryrefslogtreecommitdiffstats
path: root/bot/seasons/evergreen (follow)
Commit message (Collapse)AuthorAgeLines
* Changed how title behave when NoneGravatar AG_14362019-12-09-4/+1
|
* Removed footer , Unnecessary line. Edited a stringGravatar AG_14362019-12-09-3/+1
|
* Improved DM messageGravatar AG_14362019-12-08-7/+9
| | | Simplified the DM , example in the original post
* Reworked on the whole structure completely.Gravatar AG_14362019-12-08-35/+13
| | | | | Removed error_embeds No more selecting last message if * or None is specified Redone how DM's Look like
* Added better info, Added usage logging.Gravatar AG_14362019-12-07-1/+2
|
* renamed error completelyGravatar AG_14362019-12-05-2/+2
|
* Fixed typo of DMsGravatar AG_14362019-12-05-1/+1
| | | Co-Authored-By: Matteo Bertucci <[email protected]>
* Simple change in a if stringGravatar AG_14362019-12-05-1/+1
| | | Co-Authored-By: Matteo Bertucci <[email protected]>
* Renamed error namesGravatar AG_14362019-12-05-1/+1
| | | Co-Authored-By: Matteo Bertucci <[email protected]>
* Renamed error namesGravatar AG_14362019-12-05-1/+1
| | | Co-Authored-By: Matteo Bertucci <[email protected]>
* Saying goodbye to a eastereggGravatar AG_14362019-12-05-1/+0
| | | RIP `embed.set_footer(text="Why everything so heavy ?")`
* Fixed wrong order of import syntaxGravatar AG_14362019-12-05-2/+2
|
* Added embeds to error messages, new way of joining hints.Gravatar AG_14362019-12-05-11/+17
|
* Update bot/seasons/evergreen/bookmark.py Gravatar AG_14362019-12-05-1/+1
| | | | | Fixed the description of the command itself Co-Authored-By: Matteo Bertucci <[email protected]>
* Fixed cog string issueGravatar AG_14362019-12-05-11/+7
| | | | | -Finally got a string that `describe` the cog Bookmark I love you Ves Zappa <3 . -Fixed no punctuation after `No hint provided` string. -Made it so it follow colo(u)ring theme of the bot.
* Fixed a lot of issues.Gravatar AG_14362019-12-05-29/+24
| | | | | Fixed the coding not satisfying `K&R` code styling Fixed most of the grammatical issues Removed unnecessary `try except` code block , not gonna trigger anyways.
* Fixed grammatical errors, and simplified the code a bit.Gravatar AG_14362019-12-04-19/+17
|
* Introduced `.bm` command for personal bookmarking message via message jump urlGravatar AG_14362019-12-04-0/+78
| | | Pretty much the main file for the command `.bm` used to make bookmark in a heavy server for personal use later, along with hints to organize it easily.
* Adding the runner icon to the rotation.Gravatar Leon Sandøy2019-11-28-0/+1
| | | | https://github.com/python-discord/branding/pull/37
* Add the new blinky server guild iconGravatar Deniz2019-11-25-0/+1
|
* Change off-season logo size to 512Gravatar kwzrd2019-11-02-6/+6
|
* Add two new icons to icon constantGravatar kwzrd2019-11-02-0/+2
|
* Syntax cleanup, remove unnecessary emoji dictGravatar S. Co12019-10-14-28/+27
|
* Merge branch 'master' into masterGravatar RohanRadia2019-10-14-5/+8
|\
| * Merge branch 'master' into limit-command-channelsGravatar Leon Sandøy2019-10-14-0/+234
| |\
| * | limit issue command to global whitelist and seasonalbot_chatGravatar Numerlor2019-10-03-2/+3
| | |
* | | Made the icon_URL variable conform to PEP8Gravatar RohanRadia2019-10-14-6/+6
| | |
* | | Remove str() in f-stringGravatar RohanRadia2019-10-14-1/+1
| | | | | | | | | Co-Authored-By: Kieran Siek <[email protected]>
* | | Remove str() within f-stringGravatar RohanRadia2019-10-14-1/+1
| | | | | | | | | Co-Authored-By: Kieran Siek <[email protected]>
* | | Caps fixGravatar RohanRadia2019-10-14-1/+1
| | |
* | | Update bot/seasons/evergreen/issues.pyGravatar RohanRadia2019-10-13-1/+1
| | | | | | | | | Co-Authored-By: Kieran Siek <[email protected]>
* | | Fixed emoji error in embedGravatar RohanRadia2019-10-09-10/+13
| | |
* | | Condensed importsGravatar RohanRadia2019-10-07-2/+1
| | |
* | | Constants match pep8 formattingGravatar RohanRadia2019-10-07-10/+10
| | |
* | | Merge branch 'master' into masterGravatar RohanRadia2019-10-07-0/+234
|\ \ \ | | |/ | |/|
| * | Merge branch 'master' into trivia_quizGravatar scragly2019-10-03-1/+1
| |\|
| * | Applied suggestions from code reviewGravatar Rohan_Iceman2019-10-02-3/+3
| | | | | | | | | 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-136/+262
| |\ \ | | | | | | | | | | | | trivia_quiz
| | * \ Merge branch 'master' into trivia_quizGravatar Rohan_Iceman2019-10-02-136/+262
| | |\ \
| * | | | Worked on the requested changes and also made a few other changes:Gravatar RohanJnr2019-10-02-71/+68
| |/ / / | | | | | | | | | | | | - 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 function annotations to the check methodGravatar RohanJnr2019-10-01-1/+1
| | | |
| * | | added some questions to general, for now users can only access general ↵Gravatar RohanJnr2019-09-30-10/+32
| | | | | | | | | | | | | | | | 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
| * | | made the request changes which involves fixing some grammer, following PEP8 ↵Gravatar RohanJnr2019-09-23-29/+17
| | | | | | | | | | | | | | | | format, removed a debug statement and also some minor stuff.
| * | | added function annotationsGravatar RohanJnr2019-09-23-8/+12
| | | |
| * | | fixed linting errorsGravatar RohanJnr2019-09-23-4/+3
| | | |
| * | | corrected my spelling mistake on the file nameGravatar RohanJnr2019-09-23-0/+0
| | | |
| * | | Modified the code drastically for the quiz game:Gravatar RohanJnr2019-09-23-266/+225
| | | | | | | | | | | | | | | | | | | | - 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.
| * | | using self.categories insted of list(self.categories.keys())Gravatar RohanJnr2019-09-11-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Pending work: - Function annotation - Announcement of multiple winners (if they have same points).
| * | | Made the following changes:Gravatar RohanJnr2019-09-11-37/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Linting - renamed self.games to self.running_games - using self.running_games insted of list(self.running_games.keys()) to loop over its keys. - Renamed the file to trivia_quiz