mirror of
https://github.com/System-End/slack-end.git
synced 2026-04-19 19:45:11 +00:00
enhancement(lint): Fix lint errors for src/commands/joinchannel.ts
Co-authored-by: NeonGamerBot-QK <saahilattud@gmail.com> Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
This commit is contained in:
parent
2986638dd5
commit
b752316b90
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ export const banned_users = [
|
|||
// u got deactivated 3 times () = bad
|
||||
"U07BMK9NSDB",
|
||||
// no unless required
|
||||
"U07B4QD9F61"
|
||||
"U07B4QD9F61",
|
||||
];
|
||||
export default class JoinNeonschannel implements Command {
|
||||
name: string;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue