This commit is contained in:
ITOH
2021-04-09 22:22:06 +02:00
parent 3fc62b9572
commit dc9c33f0d4
22 changed files with 40 additions and 40 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ export async function getEmojis(guildId: string, addToCache = true) {
if (!guild) throw new Error(Errors.GUILD_NOT_FOUND);
result.forEach((emoji) => {
eventHandlers.debug(
eventHandlers.debug?.(
"loop",
`Running forEach loop in get_emojis file.`,
);