add slowmode to src/commands/index.ts

merge-requests/15/head
DedShot™#9195 2020-08-20 13:03:16 -04:00
parent ca14936a8d
commit 81b0622345
1 changed files with 31 additions and 30 deletions

View File

@ -23,6 +23,7 @@ export { default as page } from './page';
export { default as ping } from './ping';
export { default as rank } from './rank';
export { default as roleinfo } from './roleinfo';
export { default as slowmode } from './slowmode';
export { default as stats } from './stats';
export { default as storemessages } from './storemessages';
export { default as unban } from './unban';