Removed trailing space
This commit is contained in:
parent
27312c3553
commit
ede67684e4
1 changed files with 1 additions and 1 deletions
|
@ -1096,7 +1096,7 @@ export const Commands = [
|
||||||
category: CommandCategories.messages,
|
category: CommandCategories.messages,
|
||||||
hideCompletionAfterSpace: true,
|
hideCompletionAfterSpace: true,
|
||||||
}),
|
}),
|
||||||
|
|
||||||
...effects.map((effect) => {
|
...effects.map((effect) => {
|
||||||
return new Command({
|
return new Command({
|
||||||
command: effect.command,
|
command: effect.command,
|
||||||
|
|
Loading…
Reference in a new issue