| Commit message (Collapse) | Author | Age | Lines |
... | |
|\ \
| | |
| | | |
Avatar Easterifier
|
| |/ |
|
|\ \
| | |
| | | |
April fools vids
|
| | | |
|
| | | |
|
| |/
|/| |
|
|\ \
| | |
| | | |
Created conversationstarters and created a convo_starter command easter
|
| | | |
|
|\ \ \
| | | |
| | | | |
Easter Egg Decorating
|
| | | | |
|
| | |/
| |/|
| | |
| | | |
- Added command that uses PIL
- Added 6 Easter decorations
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Spooky Rating
|
| | | |
| | | |
| | | | |
Added them to the repo and linked to the raw
|
| | | |
| | | |
| | | |
| | | |
| | | | |
- 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
|
| | | |
| | | |
| | | | |
Added the cog containing the spookyrating command and added the JSON file containing all the ratings
|
|\ \ \ \
| | |_|/
| |/| | |
Created traditions.py and completed the easter_tradition command
|
| | |/
| |/| |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
- 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
|
|/ /
| |
| | |
Easter quiz including the Cog Python file and the Questions JSON file
|
| | |
|
| | |
|
| |
| |
| | |
Co-Authored-By: MadisonMcdonald <[email protected]>
|
| |
| |
| | |
Co-Authored-By: MadisonMcdonald <[email protected]>
|
| | |
|
|/
|
| |
Includes the File for the cog containing the command in addition to the JSON file containing the list of pickup lines
|
|\
| |
| |
| |
| | |
Snake cog
|
| | |
|
|\ \
| | |
| | | |
Add .myvalenstate
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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(' ', ''))
|
|\ \ \
| |_|/
|/| | |
AoC Join Code Refactor
|
| | | |
|
|\ \ \
| | | |
| | | | |
Added command .bemyvalentine
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
lists insted of dictionary.
|
| | | |
| | | |
| | | |
| | | | |
that has to be checked needs to be a poe/compliment/custom message.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
> 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
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Add command .partnerzodiac
|
| | | | | |
|
|\ \ \ \ \
| | |_|_|/
| |/| | | |
Add .who_is_valentine and .valentine_facts
|
| | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
| |/ /
|/| | |
|
|\ \ \
| | | |
| | | | |
Fix LoveCalculator 0% bug
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
|\| | |
| |_|/
|/| | |
Add LoveCalculator as described in #96
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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'
|
|/
|
|
| |
around 30 date ideas(using json file to store data).We can add more if needed later.
|
| |
|