Update to Knub 14.0.0 and make changes to plugins accordingly
This commit is contained in:
parent
4a33932ffa
commit
b0cd8762f1
19 changed files with 57 additions and 25 deletions
|
@ -5,6 +5,8 @@ import { GuildSlowmodes } from "../data/GuildSlowmodes";
|
|||
import humanizeDuration from "humanize-duration";
|
||||
|
||||
export class SlowmodePlugin extends Plugin {
|
||||
public static pluginName = 'slowmode';
|
||||
|
||||
protected slowmodes: GuildSlowmodes;
|
||||
protected clearInterval;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue