| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2021-06-07 | Removed import | -1/+0 | ||
| 2021-06-06 | Change to unless-stopped restart policy | -1/+6 | ||
| Since we use the same port for redis on all out projects, having this always restart causes conflicts for people starting up docker and wanting to use redis for anyother project. | ||||
| 2021-06-05 | chore: Use constants instead of instance variables that don't exist | -2/+2 | ||
| This caused attribute errors in the prideanthem and pridefact commands. | ||||
| 2021-06-05 | made minor typo changes | -2/+2 | ||
| 2021-06-05 | changed single quotes to double to follow style guide | -14/+14 | ||
| 2021-06-05 | made changes suggested by ToxicKidz | -2/+1 | ||
| 2021-06-04 | Removed the file upload | -30/+0 | ||
| Co-authored-by: ChrisJL <[email protected]> | ||||
| 2021-06-04 | Another rename | -1/+1 | ||
| Co-authored-by: ChrisJL <[email protected]> | ||||
| 2021-06-04 | Small renaming | -1/+1 | ||
| Co-authored-by: ChrisJL <[email protected]> | ||||
| 2021-06-04 | Install Poetry globally in Docker | -3/+2 | ||
| The previous way would error out when building due to not being able to find a file on the overwritten path. https://paste.pythondiscord.com/alixoqaxuc.py | ||||
| 2021-06-04 | resolved minor grammar issue. | -1/+1 | ||
| Co-authored-by: Anand Krishna <[email protected]> | ||||
| 2021-06-04 | -removed dead code | -9/+4 | ||
| -used ctx.send instead of channel.send | ||||
| 2021-06-04 | changed contribution link | -1/+1 | ||
| 2021-06-04 | removed upper case on printing result and made minor grammar changes. | -3/+3 | ||
| Co-authored-by: Xithrius <[email protected]> | ||||
| 2021-06-04 | cleaned up dead code | -30/+0 | ||
| 2021-06-04 | made changes given by Xith | -14/+26 | ||
| 2021-06-04 | Update bot/exts/evergreen/rps.py | -2/+1 | ||
| Co-authored-by: Xithrius <[email protected]> | ||||
| 2021-06-04 | removed guild_only, now user can DM this command too! | -2/+0 | ||
| 2021-06-04 | Fix lint issue | -1/+1 | ||
| 2021-06-04 | Pass information dict into embed builder | -10/+12 | ||
| 2021-06-03 | Add message to contribute instead of wiki link in error embed | -6/+1 | ||
| 2021-06-03 | Pass pride leader name into embed generator | -2/+2 | ||
| 2021-06-03 | Make self.pride a constant | -12/+10 | ||
| 2021-06-02 | Finished extra functionality | -7/+43 | ||
| 2021-06-02 | added logical spacing and removed redundant code | -4/+5 | ||
| 2021-06-01 | started cmd group | -25/+33 | ||
| 2021-06-01 | Small docstring change. | -1/+1 | ||
| Co-authored-by: ChrisJL <[email protected]> | ||||
| 2021-06-01 | checked if user returns None | -0/+3 | ||
| 2021-06-01 | changes asked for by chris | -4/+3 | ||
| 2021-06-01 | Blocked mentions. | -1/+1 | ||
| 2021-06-01 | command finished | -4/+5 | ||
| 2021-06-01 | made changes requested in #758 and resolved flake8 errors. | -54/+39 | ||
| 2021-05-31 | minor changes | -1/+1 | ||
