Skip to content

Commit e23be32

Browse files
committed
Oops, lets not remove the ban command
1 parent be16052 commit e23be32

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,9 @@ fn app() -> Result {
111111
// Kick
112112
cmds.add("?kick {user}", api::kick);
113113

114+
// Ban
115+
cmds.add("?ban {user} {hours}", api::ban);
116+
114117
// Post the welcome message to the welcome channel.
115118
cmds.add("?CoC {channel}", welcome::post_message);
116119

0 commit comments

Comments
 (0)