Server & Webhook Configuration

This section provides configuration for Discord bot integration, admin logging, and webhooks used in the Kartik-Banking system. These settings help with real-time logging, staff notifications, and integration with your Discord server for administrative or audit purposes.

ServerConfig = {}

ServerConfig.Webhook = "" -- Dumping all info

ServerConfig.DiscordBot = ""

ServerConfig.AdminWebhook = ""

Last updated