3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-11 04:45:02 +00:00

Load expanded !info if there is only one result in !search

This commit is contained in:
Dark 2020-07-29 02:21:22 +02:00
parent b8c75a922a
commit a37f6a3fae
5 changed files with 143 additions and 124 deletions

View file

@ -26,6 +26,7 @@ import { ReloadGuildCmd } from "./commands/ReloadGuildCmd";
import { JumboCmd } from "./commands/JumboCmd";
import { AvatarCmd } from "./commands/AvatarCmd";
import { CleanCmd } from "./commands/CleanCmd";
import { Message } from "eris";
const defaultOptions: PluginOptions<UtilityPluginType> = {
config: {
@ -46,6 +47,7 @@ const defaultOptions: PluginOptions<UtilityPluginType> = {
can_jumbo: false,
jumbo_size: 128,
can_avatar: false,
info_on_single_result: true,
},
overrides: [
{