| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Explicitly set the stack level of the warnings.warn call | 2023-03-02 | -1/+1 | |
| | | | | | The warn method from the warnings module uses a stacklevel of 1 by default. This will only show a stack trace for the line on which the warn method is called. It is therefore recommended to use a stacklevel of 2 or greater to provide more information to the user. | |||
| * | Sync global and guild app command tree on startup | 2022-12-26 | -6/+20 | |
| | | ||||
| * | fix instantiation of bg tasks set | 2022-12-23 | -1/+1 | |
| | | ||||
| * | save newly created tasks in a set | 2022-12-23 | -3/+3 | |
| | | ||||
| * | Merge branch 'main' of https://github.com/shtlrs/bot-core | 2022-12-13 | -6/+8 | |
| |\ | ||||
| | * | Return None upon receiving a bad request from Discord in get_or_fetch_member ↵v9.3.0 | 2022-12-13 | -6/+8 | |
| | | | | | | | | | | | (#169) Co-authored-by: Amrou Bellalouna <[email protected]> | |||
| * | | save strong references of newly created tasks in the `TASKS` set | 2022-12-12 | -0/+5 | |
| |/ | ||||
| * | Handle not being able to delete the interaction message on button press. | 2022-11-14 | -7/+22 | |
| | | ||||
| * | Rename package due to naming conflict | 2022-11-05 | -0/+1701 | |