mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-14 09:40:10 +00:00
refactor(commands): remove general From array impl for tokens because it doesnt make sense
This commit is contained in:
parent
c6db96115e
commit
2a66e8b4cf
3 changed files with 12 additions and 20 deletions
|
|
@ -16,7 +16,7 @@ fn main() {
|
|||
}
|
||||
} else {
|
||||
for command in cmds::all() {
|
||||
println!("{}", command);
|
||||
println!("{} - {}", command, command.help);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue