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:
parent
b8c75a922a
commit
a37f6a3fae
5 changed files with 143 additions and 124 deletions
|
@ -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: [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue