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

DJS Update, Full Import Cleanup

This commit is contained in:
Dark 2021-07-25 14:32:08 +02:00
parent de85ba37b9
commit 63d143a0ce
67 changed files with 119 additions and 144 deletions

View file

@ -1,9 +1,9 @@
import { MessageActionRow, MessageButton, Snowflake, TextChannel } from "discord.js";
import { createHash } from "crypto";
import { MessageButton, Snowflake } from "discord.js";
import moment from "moment";
import { sendErrorMessage, sendSuccessMessage } from "src/pluginUtils";
import { commandTypeHelpers as ct } from "../../../commandTypes";
import { reactionRolesCmd } from "../types";
import { createHash } from "crypto";
import moment from "moment";
import { splitButtonsIntoRows } from "../util/splitButtonsIntoRows";
export const PostButtonRolesCmd = reactionRolesCmd({