3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-20 00:05:04 +00:00

Completely harmless change

This commit is contained in:
Dark 2020-08-29 19:07:18 +02:00
parent 5746ab36a0
commit 28fa3dbc36

View file

@ -18,7 +18,7 @@ const validModes = ["bot", "native"];
type TMode = "bot" | "native";
export const SlowmodeSetCmd = slowmodeCmd({
trigger: "slowmode",
trigger: ["slowmode", "zawarudo"],
permission: "can_manage",
source: "guild",