mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41: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 guildConfigs = new Configs();
|
||||
|
||||
const bot = new Knub<ZeppelinGuildConfig, ZeppelinGlobalConfig>(client, {
|
||||
const bot = new Knub(client, {
|
||||
guildPlugins,
|
||||
globalPlugins,
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue