aboutsummaryrefslogtreecommitdiffstats
path: root/bot/resources (follow)
Commit message (Collapse)AuthorAgeLines
...
* | Merge pull request #187 from Suhail6inkling/avatar_easterifierGravatar S. Co12019-04-23-0/+0
|\ \ | | | | | | Avatar Easterifier
| * | Avatar EasterifierGravatar Suhail2019-04-05-0/+0
| |/
* | Merge pull request #166 from RohanJnr/april_fools_vidsGravatar S. Co12019-04-23-0/+125
|\ \ | | | | | | April fools vids
| * | added command that gets a random april fools videoGravatar Rohan2019-03-31-0/+125
| | |
* | | Allow prefix env, move db location.Gravatar Scragly2019-04-21-0/+0
| | |
* | | Create clean egg_hunt sqlite db.Gravatar Scragly2019-04-21-0/+0
| |/ |/|
* | Merge pull request #184 from RohanRadia/masterGravatar S. Co12019-04-04-0/+24
|\ \ | | | | | | Created conversationstarters and created a convo_starter command easter
| * | JSON file to store all conversation starters in as requested.Gravatar RohanRadia2019-04-04-0/+24
| | |
* | | Merge pull request #176 from Suhail6inkling/egg_decoratingGravatar S. Co12019-04-04-0/+1101
|\ \ \ | | | | | | | | Easter Egg Decorating
| * | | Add xkcd and html colour name data.Gravatar Scragly2019-04-03-0/+1101
| | | |
| * | | Easter Egg DecoratingGravatar Suhail2019-04-01-0/+0
| | |/ | |/| | | | | | | - Added command that uses PIL - Added 6 Easter decorations
* | | Merge pull request #141 from Suhail6inkling/spooky_ratingGravatar scragly2019-04-03-0/+47
|\ \ \ | | | | | | | | | | | | | | | | Spooky Rating
| * | | Fixed Images to Public Use imagesGravatar Suhail2019-03-31-9/+9
| | | | | | | | | | | | Added them to the repo and linked to the raw
| * | | Spooky Rating - Fixed Requested ChangesGravatar Suhail2019-03-19-1/+1
| | | | | | | | | | | | | | | | | | | | - Removed the documentation on how Users are converted - Changed random to a local state rather than using global seed - Changed the JSON minimum to -1 due to how bisect works
| * | | Spooky RatingGravatar Suhail2019-03-14-0/+47
| | | | | | | | | | | | Added the cog containing the spookyrating command and added the JSON file containing all the ratings
* | | | Merge pull request #181 from RohanRadia/masterGravatar scragly2019-04-03-0/+13
|\ \ \ \ | | |_|/ | |/| | Created traditions.py and completed the easter_tradition command
| * | | Moved traditions.json locationGravatar RohanRadia2019-04-02-0/+13
| | |/ | |/|
* | | Egghead Quiz - Typo fixesGravatar Suhail2019-04-01-2/+2
| | |
* | | Egghead Quiz - Requested changesGravatar Suhail2019-03-31-18/+18
| | | | | | | | | | | | | | | | | | - Changed `get_message` to `fetch_message` - Added comment explaining `EMOJIS` - Edited the answers in the JSON and align it with Python's indexing convention - Added `TIMELIMIT` constant
* | | Egghead QuizGravatar Suhail2019-03-31-0/+181
|/ / | | | | Easter quiz including the Cog Python file and the Questions JSON file
* | Move list to evergreen resource directoryGravatar bramz2019-03-22-0/+0
| |
* | Use camelcase naming, move answers list to resource fileGravatar bramz2019-03-22-0/+22
| |
* | Update bot/resources/snakes/snake_facts.jsonGravatar Derek2019-03-19-1/+1
| | | | | | Co-Authored-By: MadisonMcdonald <[email protected]>
* | Update bot/resources/snakes/snake_facts.jsonGravatar Mark2019-03-18-2/+2
| | | | | | Co-Authored-By: MadisonMcdonald <[email protected]>
* | changes lemon made me doGravatar Madison Mcdonald2019-03-18-8/+8
| |
* | Pickup LinesGravatar Suhail2019-03-14-0/+97
|/ | | Includes the File for the cog containing the command in addition to the JSON file containing the list of pickup lines
* Merge pull request #133 from python-discord/snake-cogGravatar scragly2019-03-09-0/+2894
|\ | | | | | | | | Snake cog
| * Initial move of Snakes cog from the bot to seasonalbotGravatar Chris Goes2019-03-04-0/+2894
| |
* | Merge pull request #129 from darthdelay/myvalenstateGravatar S. Co12019-03-05-0/+122
|\ \ | | | | | | Add .myvalenstate
| * | Add .myvalenstateGravatar Darth Delay2019-02-28-0/+122
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #108 This pull request adds a beta version of the command myvalenstate. This command sends an embed containing a users valenstate to the channel it has been called in. The process used here is to first put the username into a spaceless, lower case form and than compare it to the countries listed under valenstates.json, put into the same form, using an implementation of the Levenshtein algorithm. This beta version already implements everything needed for the command to work properly. The follwing things are missing, not meant for the future full implementation or are subject to change if needed: - Short comments (25 missing) - name parameter in myvalenstate (not meant for staying/Debug) - Object names in valenstates.json (subject to change) (1) - Docstring for levenshtein (subject to change) - Docstring for myvalenstate (subject to change) (1) - The object names can be put into the right case to omit the operation operation on line 54 (lower_state = state.lower().replace(' ', ''))
* | | Merge pull request #91 from python-discord/join-code-dmGravatar Leon Sandøy2019-03-05-1/+1
|\ \ \ | |_|/ |/| | AoC Join Code Refactor
| * | Update static files for new code functionalityGravatar sco12018-12-10-1/+1
| | |
* | | Merge pull request #112 from RohanJnr/be-my-valentine-icemanGravatar Jeremiah Boby2019-02-27-0/+45
|\ \ \ | | | | | | | | Added command .bemyvalentine
| * | | Address grammatical errors.Gravatar Scragly2019-02-27-7/+7
| | | |
| * | | In the json file,i now have a list containing all the peoms/compliments in ↵Gravatar Rohan2019-02-22-102/+38
| | | | | | | | | | | | | | | | lists insted of dictionary.
| * | | Added a function called valentine check which checks if the the valetine ↵Gravatar Rohan2019-02-21-1/+1
| | | | | | | | | | | | | | | | that has to be checked needs to be a poe/compliment/custom message.
| * | | The did the follwing changes :Gravatar Rohan2019-02-15-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | > 1)The made a static method to generate random heart emoji > 2)I made a static method to get a random user using lovefest role if the person using the command dosent provide one > 3)i made a valentines attribute in the init method taking in the json data > 4) made the poem and compliment /p/c as case insensitive by using lower() to the user input
| * | | I have made the following changes :Gravatar Rohan2019-02-14-13/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1)I have re check my json file and formated the poems. 2)I have now loaded the json data when the cog extension is loaded insted of loading it per command. 3)Fixed the indentation in the comments/doc strings.(making 1st letter capital and adding a period at the end) 4)Changed double new lines to single new line between text statements. 5)changed the double new line to single new line between the imports.
| * | | im done working with the bemyvalentine commandGravatar Rohan2019-02-12-0/+110
| | | |
* | | | Merge pull request #123 from RohanJnr/valentine_zodiac_icemanGravatar Chris Goes2019-02-25-0/+262
|\ \ \ \ | | | | | | | | | | Add command .partnerzodiac
| * | | | Wrote the command as described in the issue #107Gravatar Rohan2019-02-20-0/+262
| | | | |
* | | | | Merge pull request #122 from darthdelay/whoisvalentineGravatar Johannes Christ2019-02-21-0/+24
|\ \ \ \ \ | | |_|_|/ | |/| | | Add .who_is_valentine and .valentine_facts
| * | | | Add .who_is_valentine and .valentine_factsGravatar Darth Delay2019-02-19-0/+24
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #102 This pull request adds the commands who_is_valentine and valentine_facts. The who_is_valentine command sends information about Saint Valentine of Terni to the channel the command has been called in. This is done by making use of the valentine_facts.json file's 'whois' attribute, which has all the information stored in it. The valentine_facts command sends a random fact with a random title to the channel the command has been called in. This is done by making use of the of the valentine_facts.json file's 'titles' and 'text' attribute, in which both, the information for the titles and the facts are stored in. Both commands do have docstrings, which explain what the command does in an easy manner. At the moment, there's a really sparse amount of facts available. I seek to add a lot more in the near future.
* | | | Refine love calculator commandGravatar Ava2019-02-15-26/+26
| |/ / |/| |
* | | Merge pull request #117 from darthdelay/lovecalculatorGravatar Sebastiaan Zeeff2019-02-15-2/+2
|\ \ \ | | | | | | | | Fix LoveCalculator 0% bug
| * | | Fix LoveCalculator 0% bugGravatar Darth Delay2019-02-15-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Recently a test of the .love command revealed an unintentional reaction when 100% are reached. In previous versions this command had used a gigantic conditional block, checking for the current percentage given by the love_meter formula. When reaching 0 (meaning that the UserID's evenly divided with 100) it would automatically convert that 0 to 100. A big mistake from my side back then. This has been fixed with these changes. By quickly modifying the formula to use a mod 101 instead of a mod 100, we get an accurate percentage, ranging from 0-100% instead of 0-99%. love_matches.json has also been fixed to address these changes, meaning that the lowest entry now actually is 0 and the highest 100. TL;DR: -> Edited love_meter formula to calculate mod 101 instead of mod 100 -> Edited lowest and highest entry in love_matches.json to be 0 and 100
* | | | Merge pull request #100 from darthdelay/lovecalculatorGravatar Jeremiah Boby2019-02-14-0/+58
|\| | | | |_|/ |/| | Add LoveCalculator as described in #96
| * | Update LoveCalculator as in #100Gravatar Darth Delay2019-02-11-0/+58
| |/ | | | | | | | | | | | | | | | | | | | | | | Updated the LoveCalculator cog due to changes being requested + Added love_matches.json for dialogue storage + Added docstrings to LoveCalculator and the love command + Added DRY code + Added 5 seconds of cooldown to the command per user + Can now be invoked without a second name - Removed error handler 'love_error'
* / I have finished working on the issue #101 SaveTheDate command.i have added ↵Gravatar Rohan2019-02-07-0/+127
|/ | | | around 30 date ideas(using json file to store data).We can add more if needed later.
* Add season element set methods, add server icon change supportGravatar scragly2018-12-03-0/+0
|