aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/evergreen/rps.py (follow)
Commit message (Collapse)AuthorAgeLines
* Move game and fun commands to Fun folder, fix ddgGravatar Janine vN2021-09-05-57/+0
| | | | | | | | | | | This moves all the fun commands and games into the fun folder. This commit also makes changes to the duck_game. It was setting a footer during an embed init, which is no longer possible with the version of d.py we use. Additionally, an issue with editing an embed that had a local image loaded. The workaround for the time being is to update the message, not the embed.
* made minor typo changesGravatar prashant2021-06-05-2/+2
|
* changed single quotes to double to follow style guideGravatar prashant2021-06-05-14/+14
|
* Merge branch 'master' of https://github.com/OculusMode/sir-lancebotGravatar prashant2021-06-05-1/+1
|\
| * resolved minor grammar issue.Gravatar Prashant2021-06-04-1/+1
| | | | | | Co-authored-by: Anand Krishna <[email protected]>
* | made changes suggested by ToxicKidzGravatar prashant2021-06-05-2/+1
|/
* -removed dead codeGravatar prashant2021-06-04-9/+4
| | | | -used ctx.send instead of channel.send
* removed upper case on printing result and made minor grammar changes.Gravatar Prashant2021-06-04-3/+3
| | | Co-authored-by: Xithrius <[email protected]>
* cleaned up dead codeGravatar prashant2021-06-04-30/+0
|
* made changes given by XithGravatar prashant2021-06-04-14/+26
|
* Update bot/exts/evergreen/rps.pyGravatar Prashant2021-06-04-2/+1
| | | Co-authored-by: Xithrius <[email protected]>
* removed guild_only, now user can DM this command too!Gravatar prashant2021-06-04-2/+0
|
* added logical spacing and removed redundant codeGravatar prashant2021-06-02-4/+5
|
* made changes requested in #758 and resolved flake8 errors.Gravatar prashant2021-06-01-54/+39
|
* minor changesGravatar prashant2021-05-31-1/+1
|
* adeed rps commandGravatar prashant2021-05-31-0/+98