mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-16 22:21:51 +00:00
remove knub type params
Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
parent
8590263c35
commit
b527295f5a
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ connect().then(async () => {
|
||||||
const allowedGuilds = new AllowedGuilds();
|
const allowedGuilds = new AllowedGuilds();
|
||||||
const guildConfigs = new Configs();
|
const guildConfigs = new Configs();
|
||||||
|
|
||||||
const bot = new Knub<ZeppelinGuildConfig, ZeppelinGlobalConfig>(client, {
|
const bot = new Knub(client, {
|
||||||
guildPlugins,
|
guildPlugins,
|
||||||
globalPlugins,
|
globalPlugins,
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue