3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-13 21:35:02 +00:00

Rename Events and files to prevent ambiguity and order availablePlugins

This commit is contained in:
Dark 2020-07-21 17:55:25 +02:00
parent f324dfc227
commit 0bc7dc17b7
13 changed files with 59 additions and 65 deletions

View file

@ -4,7 +4,7 @@ import { stripObjectToScalars, createChunkedMessage } from "src/utils";
import { LogType } from "src/data/LogType";
import { TextChannel } from "eris";
export const GuildMemberAddEvt = welcomeEvent({
export const SendWelcomeMessageEvt = welcomeEvent({
event: "guildMemberAdd",
async listener(meta) {