mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-13 16:43:04 -04:00
Add more eslint rules
This commit is contained in:
parent
0109381a4f
commit
dea34503ef
13 changed files with 33 additions and 21 deletions
|
@ -82,6 +82,8 @@ export function unregisterCommand(name: string) {
|
|||
|
||||
BUILT_IN.splice(idx, 1);
|
||||
delete commands[name];
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
export interface CommandContext {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue