DJS Update, Full Import Cleanup
This commit is contained in:
parent
acb4913495
commit
c932269b7d
67 changed files with 119 additions and 144 deletions
|
@ -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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue