Skip to content
This repository has been archived by the owner on Jan 1, 2023. It is now read-only.

Improved VC Checks, automatic pauses & cleanups #73

Merged
merged 1 commit into from
Oct 1, 2022
Merged

Conversation

fdnt7
Copy link
Owner

@fdnt7 fdnt7 commented Oct 1, 2022

? EmojiRefs -> EmojICache
+ System to delete dangling np msgs
| + NodeRef injected dep
| * cleanup(...) now takes hk.GatewayBot obj instead of hk.ShardAware
| + func overloads for cleanup(...)
| + also_del_np_msg kwargs for cleanup(...)
? Suppressed the majority of unhandled errors
| + strict kwargs for set_data(...), access_data&queue&equalizer(...)
? RESTAware -> PurelyRESTAware
? Optimized some code
~ abstracted INACTIVITY_TIMEOUT&REFRESH to consts.py
* utilises ctxmngr access_...(...) where more applicable
? Removed some old code & comments
+ bot will now send a message when it's been muted/unmuted
| ! Fixed bot saying it's been moved when it's been muted/unmuted

`?` `EmojiRefs` -> `EmojICache`
`+` System to delete dangling np msgs
 | `+` `NodeRef` injected dep
 | `*` `cleanup(...)` now takes `hk.GatewayBot` obj instead of `hk.ShardAware`
 | `+` func overloads for `cleanup(...)`
 | `+` `also_del_np_msg` kwargs for `cleanup(...)`
`?` Suppressed the majority of unhandled errors
 | `+` `strict` kwargs for `set_data(...)`, `access_data&queue&equalizer(...)`
`?` `RESTAware` -> `PurelyRESTAware`
`?` Optimized some code
`~` abstracted `INACTIVITY_TIMEOUT&REFRESH` to `consts.py`
`*` utilises ctxmngr `access_...(...)` where more applicable
`?` Removed some old code & comments
`+` bot will now send a message when it's been muted/unmuted
 | `!` Fixed bot saying it's been moved when it's been muted/unmuted
@fdnt7 fdnt7 added bug Something isn't working enhancement New feature or request optimization Optimizations to the code documentation Improvements or additions to documentation labels Oct 1, 2022
@fdnt7 fdnt7 self-assigned this Oct 1, 2022
@fdnt7 fdnt7 linked an issue Oct 1, 2022 that may be closed by this pull request
@fdnt7 fdnt7 merged commit 895c4bf into main Oct 1, 2022
@fdnt7 fdnt7 deleted the improve-vc-checks branch October 1, 2022 21:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request optimization Optimizations to the code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve if checks determining when the bot is forcefully moved
1 participant