| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2019-08-06 | Split in_channel's predicate and check, add bypass_roles functionality | -8/+54 | ||
| Separate the predicate function from `commands.check` to allow the predicate check to be added to the bot. | ||||
| 2019-08-06 | Add constant groups to `constants.py` | -2/+55 | ||
| The following groups are added: STAFF_ROLES, MODERATION_ROLES, WHITELISTED_CHANNELS, POSITIVE_REPLIES, NEGATIVE_REPLIES | ||||
| 2019-08-05 | Move bot out of constants.py to bot.py | -13/+15 | ||
| 2019-08-04 | Unify constants file quotation use | -11/+11 | ||
| 2019-08-04 | Add new Seasonalbot channel IDs to constants | -1/+3 | ||
| Change Show Your Projects channel to an env var | ||||
| 2019-08-04 | Apply sugge | -1/+1 | ||
| Co-Authored-By: kosayoda <[email protected]> | ||||
| 2019-08-04 | Add annotations | -5/+5 | ||
| Co-Authored-By: Sebastiaan Zeeff <[email protected]> | ||||