This website requires JavaScript.
Explore
Help
Sign in
eightball
/
PluralKit
Watch
1
Star
0
Fork
You've already forked PluralKit
0
mirror of
https://github.com/PluralKit/PluralKit.git
synced
2026-02-09 23:37:54 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2
1627e25268
PluralKit
/
crates
/
command_definitions
/
src
/
misc.rs
6 lines
85 B
Rust
Raw
Normal View
History
Unescape
Escape
implement server config commands
2025-10-07 14:27:21 +00:00
use
super
::
*
;
refactor(commands): separate commands definitions and other code into modules
2025-01-04 07:35:04 +09:00
implement server config commands
2025-10-07 14:27:21 +00:00
pub
fn
cmds
(
)
->
impl
Iterator
<
Item
=
Command
>
{
[
]
.
into_iter
(
)
}
Reference in a new issue
Copy permalink