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

Fixed outdated code & /remove bulk not sending any warnings #57

Merged
merged 1 commit into from
Sep 17, 2022

Conversation

fdnt7
Copy link
Owner

@fdnt7 fdnt7 commented Sep 17, 2022

* get_pref() now only do message cmds prefxies
* get_full_cmd_repr(...)
| + typing overloads for the func
| * allowed ctx obj to be None
* get_full_cmd_repr_from_identifier(...)
| * allowed ctx obj to be None or client
* get_full_cmd_repr_from_identifier(...) will now use recurse_cmds(...)
| + extras.recurse(...)
| * metadata setting in misc will now use recurse_cmds(...)
~ moved cmd type aliases from utils to cmd.types
+ CommandIdentifier.ABOUT
* extras.flatten() will now return an iterator instead of a tuple
* cleaned up some imports
cleanup(also_disconns) -> also_disconn
* replaced some old cmd repr to use get_full_cmd_repr_from_identifier(...)
! fixed /remove bulk not showing info msg when /clear should be used

`*` `get_pref()` now only do message cmds prefxies
`*` `get_full_cmd_repr(...)`
 | `+` typing overloads for the func
 | `*` allowed ctx obj to be `None`
`*` `get_full_cmd_repr_from_identifier(...)`
 | `*` allowed ctx obj to be `None` or client
`*` `get_full_cmd_repr_from_identifier(...)` will now use `recurse_cmds(...)
 | `+` `extras.recurse(...)`
 | `*` metadata setting in `misc` will now use `recurse_cmds(...)`
`~` moved cmd type aliases from `utils` to `cmd.types`
`+` `CommandIdentifier.ABOUT`
`*` `extras.flatten()` will now return an iterator instead of a tuple
`*` cleaned up some imports
`cleanup(also_disconns)` -> `also_disconn`
`*` replaced some old cmd repr to use `get_full_cmd_repr_from_identifier(...)`
`!` fixed `/remove bulk` not showing info msg when `/clear` should be used
@fdnt7 fdnt7 self-assigned this Sep 17, 2022
@fdnt7 fdnt7 added bug Something isn't working optimization Optimizations to the code ux This change will affect the user experience labels Sep 17, 2022
@fdnt7 fdnt7 merged commit 5eda1ec into main Sep 17, 2022
@fdnt7 fdnt7 deleted the update-outdated-codes branch September 17, 2022 22:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working optimization Optimizations to the code ux This change will affect the user experience
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant