discord greting service update
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import { GreetingService } from "@avocadi/bot-core/features/greeting/greeting.service";
|
||||
import { i18nService } from "@avocadi/bot-core/lib/i18n";
|
||||
import type { Channel, Message, User } from "discord.js";
|
||||
import { messagesService } from "entities/messages/messages.service";
|
||||
|
||||
export const greetingService = new GreetingService(
|
||||
export const greetingService = new GreetingService<User, Message, Channel>(
|
||||
messagesService,
|
||||
i18nService,
|
||||
"de",
|
||||
|
||||
Reference in New Issue
Block a user