| Commit message (Collapse) | Author | Age | Lines |
| ... | |
| | |\ \ \ \ \ \ \ \
| | |_|/ / / / / /
| |/| | | | | | | |
Makes generating `...:` indents faster
|
| | | |\ \ \ \ \ \ \
| | |/ / / / / / /
| |/| | | | | | | |
|
| | | |\| | | | | | |
|
| | | | |_|_|_|/ /
| | |/| | | | |
| | | | | | | | |
Uses `rjust` instead of an fstring:
|
| | | | | | | | | |
|
| | | | | | |\ \ \
| | |_|_|_|/ / /
| |/| | | | | | |
|
| | |\ \ \ \ \ \ \
| | | |_|/ / / /
| | |/| | | | | |
Disallow Group DM invites from the invite filter
|
| | | |\ \ \ \ \ \
| | |/ / / / / /
| |/| | | | | | |
|
| | |\ \ \ \ \ \ \
| | |_|_|/ / / /
| |/| | | | | | |
CommandNotFound default to tags get before silently ignoring
|
| | | |\ \ \ \ \ \
| | |/ / / / / /
| |/| | | | | | |
|
| | | | |_|_|_|/
| | |/| | | |
| | | | | | |
| | | | | | | |
ignoring
|
| | | |/ / / /
| |/| | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | |_|/ /
| |/| | | |
|
| | |\ \ \ \
| | | | | |
| | | | | | |
Make reason a required input to bb watch
|
| | | |\ \ \ \
| | |/ / / /
| |/| | | | |
|
| | |\ \ \ \ \
| | |_|/ / /
| |/| | | | |
Fix initial emoji config
|
| | | | | | | |
|
| | | | | | |
| | | | | |
| | | | | | |
Co-Authored-By: sco1 <[email protected]>
|
| | |/ / / /
| | | | |
| | | | | |
Resolves #220
|
| | | | | | |
|
| | | | | | |
|
| | |/ / /
| | | |
| | | | |
Resolves #218
|
| | | | | |
|
| | | | | |
|
| | |\ \ \
| | |/ /
| |/| | |
!watch alias bugfix
|
| | | | |
| | | |
| | | | |
Co-Authored-By: heavysaturn <[email protected]>
|
| | |/ /
| | |
| | |
| | | |
watch command.
|
| | |/ |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Refactored - codeblocks now make use of the bot.utils.messages util.
* Update bot/cogs/bot.py
Co-Authored-By: heavysaturn <[email protected]>
* Fix up flake8 complaints.
Co-Authored-By: jchristgit <[email protected]>
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* update & clean up dependencies
* fix lint errors
* move requests to non-dev packages
* Empty commit to fix CI
* switch discord.py to a git dependency
* remove PIPENV_VENV_IN_PROJECT
* make pipenv install verbose
* specify checkout directory for editable dependencies
* exclude cache directory from linting
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Solve #205 by restoring superstar nicks on member join; prettier modlog
* Switch footer to title in Infraction Info DM to get clickable links
* Fix exceptions from message edit events in DMs
* Improve readability as requested (multiline import and if statements)
* Change continuation indents, as requested....
|
| | |
| |
| |
| |
| |
| | |
* Remove duration from JSON payload when not specified
* Drop whitespace.
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Add helper for moderation API calls
See: #200
* Add missing short-circuit for infraction fail
* Add bb watch note support
See: 103
* Add keyword-only argument to bb watch
To support a full reason string
* Add empty duration to moderation API helper
* Prepend bb watch to watch note string
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Update superstarify mod log message
* Fix syntax & lint issues
Shame on me...
* Fix reference to ModLog cog
* Add user thumbnail to superstarify modlog
* Trailing whitespace is the devil
* Update dodgy superstarify alias
|
| | | |
|
| | |\ |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* disable all commands except !accept in verification channel
* replace add_check with __global special method
Co-Authored-By: MarkKoz <[email protected]>
|
| | | | |
|
| | |/ |
|
| | | |
|
| | |\
| | |
| | |
| | |
| | | |
Add aliases. Add prefixes to command sig, but remove from subcommands.
See merge request python-discord/projects/bot!99
|
| | |/ |
|
| | |\
| | |
| | |
| | |
| | | |
Send users a message when they're given an infraction.
See merge request python-discord/projects/bot!49
|
| | |/ |
|
| | | |
|
| | | |
|
| | |\
| | |
| | |
| | |
| | | |
big brother: re-use header if user and channel match previous message
See merge request python-discord/projects/bot!98
|