Your users don't know, how to use google?
Then this addon is perfect for you.
This addon has
This addon has
googleit command, which let users generate link to Let Me Google That For You website which will guide your users, how to use web browser.Generated link message:
NOTE:
All messages are fully configurable and you can change it's look and content using configuration files.
YAML:
# Define if addon is enabled
Enabled: true
YAML:
# GoogleIt command
GoogleIt:
# Command Name
Name: googleit
# Command Description
Description: Help yourself or someone in searching things.
# Command Type
Type: General
# Command usage
# THIS WONT CHANGE ANYTHING. Only for translation purposes!
Usage: googleit [text] (isLucky[true])
# Command Aliases
Aliases:
- google
# Roles with which users can use this command
Permission:
- "@everyone"
SlashCommand:
# Should SlashCommand be enabled?
Enabled: true
# SlashCommand data
Data:
# SlashCommand name
Name: googleit
# SlashCommand description
Description: Help yourself or someone in searching things.
# SlashCommand options
Options:
- Type: string
Name: text
Description: Thing, that you want to search
Required: true
- Type: boolean
Name: lucky
Description: Are you feeling lucky?
Required: false
YAML:
# Messages used by addon.
# Its RECOMENDED to use placeholders here.
Messages:
# Generated Link Message
# Its recomended to use these placeholders:
# - {link} - Generated link
GeneratedLink:
Embeds:
- Title: Let Me Google That For You
Color: "#FFFF00"
Author: "{user-tag}"
AuthorIcon: "{user-pfp}"
Description: |-
Here, grab link, which will help you searching for: **{text}**.
> [Click this to search for: "{text}"]({link})
Thumbnail: https://letmegooglethat.com/android-chrome-192x192.png
Footer: "{brand-name}"
FooterIcon: "{brand-logo}"
Timestamp: true
# Errors Messages used by addon.
Errors:
# Error Message, which will be send if user wrongly use the command.
# Its recomended to use {usage} placeholder, which will show command usage.
WrongCommandUsage:
Content: ⚠️ An error occured ⚠️
Embeds:
- Title: Wrong command usage!
Color: "#FF0000"
Author: "{brand-name}"
AuthorIcon: "{brand-logo}"
Description: "Usage: `{usage}`"
Thumbnail: "{brand-logo}"
Timestamp: trueYou can get support for this addon on:
- [Not recommended] SimonB50#1234's DMs