changed almost all references of utils successMessage to this.sendSuccessMessage. Waiting on knub changes to finish this
This commit is contained in:
parent
3e974e84b3
commit
af882627a1
17 changed files with 112 additions and 120 deletions
|
@ -16,6 +16,7 @@ for (const pluginClass of availablePlugins) {
|
|||
const guildConfigRootSchema = t.type({
|
||||
prefix: t.string,
|
||||
levels: t.record(t.string, t.number),
|
||||
success_emoji: t.string,
|
||||
plugins: t.record(t.string, t.unknown),
|
||||
});
|
||||
const partialGuildConfigRootSchema = t.partial(guildConfigRootSchema.props);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue