mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-07-13 13:57:18 +00:00
Rename Events and files to prevent ambiguity and order availablePlugins
This commit is contained in:
parent
b439046a2f
commit
6bea205d76
13 changed files with 59 additions and 65 deletions
|
@ -3,7 +3,7 @@ import { isDiscordRESTError } from "src/utils";
|
|||
import { logger } from "knub";
|
||||
import { LogType } from "src/data/LogType";
|
||||
|
||||
export const MessageCreateEvt = autoReactionsEvt({
|
||||
export const AddReactionsEvt = autoReactionsEvt({
|
||||
event: "messageCreate",
|
||||
allowOutsideOfGuild: false,
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue