Welcome to CoreMart!

By registering with us, you'll be able to discuss, share, download resources and private message with other members of our community.

Sign-Up Now!
GoogleIt | BrayanBot Addon

BrayanBot Source GoogleIt | BrayanBot Addon 1.0.2

Banner1.png

Your users don't know, how to use google?

Then this addon is perfect for you.

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.

Banner2.png

Generated link message:

discordptb_xa6ndcdfkd-png.322


NOTE:
All messages are fully configurable and you can change it's look and content using configuration files.

Banner3.png

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: true

Banner4.png

You can get support for this addon on:


Banner5.png
Author
SimonB50
Type
Digital product
License duration
Unlimited
Price
2.00 USD
Views
376
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from SimonB50

Latest updates

  1. 1.0.2

    Changelog:Added support for BrayanBot 1.4.0 Rewritted BananaAPI handling systemNow, hosted...
Back
Top