| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2020-02-06 | Update tests to reflect status changes | -4/+4 | ||
| 2020-02-06 | Refactor how channels and statuses are counted; using Counter() - way cleaner. | -35/+17 | ||
| 2020-02-06 | Remove some a lot of unneccesary newlines that arguably make it harder to read | -9/+2 | ||
| 2020-02-06 | Roles cannot return None because everyone has the Developer role by default, ↵ | -1/+1 | ||
| and non-verified users cannot use this command. | ||||
| 2020-02-06 | No longer check if every role is @everyone; just skip the first element in ↵ | -3/+2 | ||
| the list | ||||
| 2020-02-06 | Add missing slash to asking good questions url. | -1/+1 | ||
| 2020-02-05 | Move tools and questions guide to under resources | -2/+2 | ||
| After the wiki pages adjustment to the resources page, these two urls are needing to be updated to point to the new correct locations for each page. Tools will be under resources, and Asking Good Questions is a guide, so will be under Guides. | ||||
| 2020-02-04 | Use a trailing underscore to avoid name conflicts. | -2/+2 | ||
| Previously used a leading underscore, but that's usually meant for non-used names. | ||||
| 2020-02-03 | Change typehint name for the attachment-log constant | -1/+1 | ||
| 2020-02-03 | Replace constant attachment-repost by the actual ID of #attachment-log | -4/+3 | ||
| 2020-02-02 | Update CODEOWNERS | -1/+1 | ||
| 2020-02-02 | Remove prometheus related code | -272/+128 | ||
| 2020-02-02 | Update config-default.yml | -0/+1 | ||