Skip to content

Commit 09b82e6

Browse files
authored
Add !closed as an alias for !close
Lots of new people to the server use it by accident, easy enough to make it work...
1 parent 7ed3945 commit 09b82e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/helpchan.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ export class HelpChanModule extends Module {
278278
}
279279

280280
@command({
281-
aliases: ['close', 'resolve', 'done'],
281+
aliases: ['close', 'closed', 'resolve', 'done'],
282282
description: 'Help Channel: Marks this channel as resolved',
283283
})
284284
async resolved(msg: Message) {

0 commit comments

Comments
 (0)