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

Merge pull request #97 from DarkView/k30_infoOnSingleSearch

Load expanded !info if there is only one result in !search
This commit is contained in:
Miikka 2020-08-05 02:40:09 +03:00 committed by GitHub
commit b8269ebc81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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: [
{