mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
style: format
This commit is contained in:
parent
d5c271be20
commit
8a01d7d37a
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ public partial class CommandTree
|
||||||
"cfg_ap_timeout_update" => ctx.Execute<Config>(null, m => m.EditAutoproxyTimeout(ctx)),
|
"cfg_ap_timeout_update" => ctx.Execute<Config>(null, m => m.EditAutoproxyTimeout(ctx)),
|
||||||
"fun_thunder" => ctx.Execute<Fun>(null, m => m.Thunder(ctx)),
|
"fun_thunder" => ctx.Execute<Fun>(null, m => m.Thunder(ctx)),
|
||||||
"fun_meow" => ctx.Execute<Fun>(null, m => m.Meow(ctx)),
|
"fun_meow" => ctx.Execute<Fun>(null, m => m.Meow(ctx)),
|
||||||
_ =>
|
_ =>
|
||||||
// this should only ever occur when deving if commands are not implemented...
|
// this should only ever occur when deving if commands are not implemented...
|
||||||
ctx.Reply(
|
ctx.Reply(
|
||||||
$"{Emojis.Error} Parsed command {ctx.Parameters.Callback().AsCode()} not implemented in PluralKit.Bot!"),
|
$"{Emojis.Error} Parsed command {ctx.Parameters.Callback().AsCode()} not implemented in PluralKit.Bot!"),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue