mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 06:03:04 -04:00
update descriptions
This commit is contained in:
parent
7ee6339780
commit
9b67abbc8d
28 changed files with 30 additions and 30 deletions
|
@ -102,7 +102,7 @@ module.exports = {
|
|||
label: 'command',
|
||||
metadata: {
|
||||
description: 'List all commands, get more information about individual commands.',
|
||||
description_short: 'Display command list',
|
||||
description_short: 'Show full command list',
|
||||
examples: ['help ping'],
|
||||
category: 'core',
|
||||
usage: 'help [<command>]'
|
||||
|
|
|
@ -20,7 +20,7 @@ module.exports = {
|
|||
aliases: ['usage', 'uptime'],
|
||||
metadata: {
|
||||
description: 'Shows statistics about the bot.',
|
||||
description_short: 'Shows bot stats.',
|
||||
description_short: 'Bot statistics',
|
||||
examples: ['stats'],
|
||||
category: 'core',
|
||||
usage: 'stats'
|
||||
|
|
|
@ -38,7 +38,7 @@ module.exports = {
|
|||
aliases: ['ai'],
|
||||
metadata: {
|
||||
description: 'Displays information about a discord application.',
|
||||
description_short: 'Discord application information',
|
||||
description_short: 'Information about discord applications',
|
||||
examples: ['ai 682654466453012553'],
|
||||
category: 'info',
|
||||
usage: 'appinfo <application id>'
|
||||
|
|
|
@ -10,7 +10,7 @@ module.exports = {
|
|||
aliases: ['a'],
|
||||
metadata: {
|
||||
description: 'Displays someones discord avatar. Accepts IDs, Mentions, or Usernames.',
|
||||
description_short: 'User avatar',
|
||||
description_short: 'Get discord user avatars',
|
||||
examples: ['avatar labsCore'],
|
||||
category: 'info',
|
||||
usage: 'avatar [<user>]'
|
||||
|
|
|
@ -9,7 +9,7 @@ module.exports = {
|
|||
aliases: ['guild', 'guildinfo'],
|
||||
metadata: {
|
||||
description: 'Displays information about the server.',
|
||||
description_short: 'Server information',
|
||||
description_short: 'Information about the server',
|
||||
examples: ['guild'],
|
||||
category: 'info',
|
||||
usage: 'server'
|
||||
|
|
|
@ -6,7 +6,7 @@ module.exports = {
|
|||
aliases: ["guildicon","gi","si","groupicon"],
|
||||
metadata: {
|
||||
description: 'Displays the server icon.',
|
||||
description_short: 'Server Icon',
|
||||
description_short: 'Server icon',
|
||||
examples: ['gi'],
|
||||
category: 'info',
|
||||
usage: 'guildicon'
|
||||
|
|
|
@ -11,7 +11,7 @@ module.exports = {
|
|||
aliases: ['inviteinfo'],
|
||||
metadata: {
|
||||
description: 'Displays information about a discord invite code.',
|
||||
description_short: 'Invite link information',
|
||||
description_short: 'Information about discord invite links',
|
||||
examples: ['invite discord-townhall'],
|
||||
category: 'info',
|
||||
usage: 'invite <invite code>'
|
||||
|
|
|
@ -12,7 +12,7 @@ module.exports = {
|
|||
aliases: ['u', 'profile'],
|
||||
metadata: {
|
||||
description: 'Displays information about a discord user. Accepts IDs, Mentions and Usernames.',
|
||||
description_short: 'User information',
|
||||
description_short: 'Information about discord users',
|
||||
examples: ['user labsCore'],
|
||||
category: 'info',
|
||||
usage: 'user [<user>]'
|
||||
|
|
|
@ -34,7 +34,7 @@ module.exports = {
|
|||
aliases: ['bi', 'bimg', 'img2'],
|
||||
metadata: {
|
||||
description: 'Returns image search results from Microsoft Bing.',
|
||||
description_short: 'Bing Image Search',
|
||||
description_short: 'Search on Bing Images',
|
||||
examples: ['bing Large Magenta Sphere'],
|
||||
category: 'search',
|
||||
usage: 'bing <query>'
|
||||
|
|
|
@ -98,7 +98,7 @@ module.exports = {
|
|||
aliases: ['b', 'search2'],
|
||||
metadata: {
|
||||
description: 'Returns search results from Microsoft Bing.',
|
||||
description_short: 'Bing Search',
|
||||
description_short: 'Search on Bing',
|
||||
examples: ['bing Flask'],
|
||||
category: 'search',
|
||||
usage: 'bing <query>'
|
||||
|
|
|
@ -34,7 +34,7 @@ module.exports = {
|
|||
aliases: ['i', 'img'],
|
||||
metadata: {
|
||||
description: 'Returns image search results from Google.',
|
||||
description_short: 'Google Image Search',
|
||||
description_short: 'Search on Google Images',
|
||||
examples: ['image Large Magenta Sphere'],
|
||||
category: 'search',
|
||||
usage: 'image <query>'
|
||||
|
|
|
@ -57,7 +57,7 @@ module.exports = {
|
|||
aliases: ['g', 'search'],
|
||||
metadata: {
|
||||
description: 'Returns search results from Google.',
|
||||
description_short: 'Google Search',
|
||||
description_short: 'Search on Google',
|
||||
examples: ['google Flask'],
|
||||
category: 'search',
|
||||
usage: 'google <query>'
|
||||
|
|
|
@ -27,7 +27,7 @@ module.exports = {
|
|||
label: 'query',
|
||||
metadata: {
|
||||
description: 'Searches for song lyrics on Genius.',
|
||||
description_short: 'Lyric/Song Search',
|
||||
description_short: 'Search song lyrics',
|
||||
examples: ['lyrics desert bloom man'],
|
||||
category: 'search',
|
||||
usage: 'lyrics <query>'
|
||||
|
|
|
@ -121,7 +121,7 @@ module.exports = {
|
|||
aliases: ['q'],
|
||||
metadata: {
|
||||
description: 'Searches for questions on Quora.',
|
||||
description_short: 'Quora Search',
|
||||
description_short: 'Search on Quora',
|
||||
examples: ['quora How does Quora work?'],
|
||||
category: 'search',
|
||||
usage: 'quora <query>'
|
||||
|
|
|
@ -48,7 +48,7 @@ module.exports = {
|
|||
aliases: ['r'],
|
||||
metadata: {
|
||||
description: 'Returns search results from reddit. Allows global and subreddit-specific search.',
|
||||
description_short: 'Reddit Search',
|
||||
description_short: 'Search on Reddit',
|
||||
examples: ['reddit r/otters'],
|
||||
category: 'search',
|
||||
usage: 'reddit [r/<subreddit>] <query> [-type image]'
|
||||
|
|
|
@ -38,7 +38,7 @@ module.exports = {
|
|||
aliases: ['reverse','reverseimage'],
|
||||
metadata: {
|
||||
description: 'Performs a reverse-image-search.',
|
||||
description_short: 'Reverse Image Search',
|
||||
description_short: 'Reverse image search',
|
||||
examples: ['reverseimage'],
|
||||
category: 'search',
|
||||
usage: 'reverse <image>'
|
||||
|
|
|
@ -47,7 +47,7 @@ module.exports = {
|
|||
aliases: ['r34'],
|
||||
metadata: {
|
||||
description: 'Returns image search results from various rule34-focused sites.',
|
||||
description_short: 'Rule34 Search',
|
||||
description_short: 'Search on rule34 sites',
|
||||
explicit: true,
|
||||
examples: ['r34 sex -site rule34'],
|
||||
category: 'search',
|
||||
|
|
|
@ -40,7 +40,7 @@ module.exports = {
|
|||
aliases: ['urban', 'ud'],
|
||||
metadata: {
|
||||
description: 'Returns search results from UrbanDictionary. Might include profanity.\nProviding no search query will return random results.',
|
||||
description_short: 'UrbanDictionary Search',
|
||||
description_short: 'Search on UrbanDictionary',
|
||||
examples: ['ud Flask'],
|
||||
category: 'search',
|
||||
usage: 'urbandictionary <query>'
|
||||
|
|
|
@ -10,7 +10,7 @@ module.exports = {
|
|||
label: 'query',
|
||||
metadata: {
|
||||
description: 'Displays information about the weather.',
|
||||
description_short: 'Weather information',
|
||||
description_short: 'Local weather information',
|
||||
examples: ['weather Berlin'],
|
||||
category: 'search',
|
||||
usage: 'weather <location>'
|
||||
|
|
|
@ -31,7 +31,7 @@ module.exports = {
|
|||
aliases: ['wh', 'how'],
|
||||
metadata: {
|
||||
description: 'Returns search results from WikiHow.',
|
||||
description_short: 'WikiHow Search',
|
||||
description_short: 'Search on WikiHow',
|
||||
examples: ['wh download'],
|
||||
category: 'search',
|
||||
usage: 'wikihow <query>'
|
||||
|
|
|
@ -46,7 +46,7 @@ module.exports = {
|
|||
aliases: ['wa', 'wolfram-alpha'],
|
||||
metadata: {
|
||||
description: 'Computes a query using Wolfram|Alpha.',
|
||||
description_short: 'Compute Wolfram|Alpha queries',
|
||||
description_short: 'Compute via Wolfram|Alpha',
|
||||
examples: ['wa 1+1'],
|
||||
category: 'search',
|
||||
usage: 'wolframalpha <query>'
|
||||
|
|
|
@ -95,7 +95,7 @@ module.exports = {
|
|||
aliases: ['yt'],
|
||||
metadata: {
|
||||
description: 'Returns search results from YouTube.',
|
||||
description_short: 'YouTube Search',
|
||||
description_short: 'Search YouTube videos, channels and playlists',
|
||||
examples: ['youtube Google'],
|
||||
category: 'search',
|
||||
usage: 'youtube <query>'
|
||||
|
|
|
@ -38,7 +38,7 @@ module.exports = {
|
|||
aliases: ['dictionary', 'dict'],
|
||||
metadata: {
|
||||
description: 'Returns dictionary definitions for words.',
|
||||
description_short: 'Dictionary definitions.',
|
||||
description_short: 'Dictionary word definitions.',
|
||||
examples: ['dictionary Flask'],
|
||||
category: 'search',
|
||||
usage: 'define <query>'
|
||||
|
|
|
@ -34,8 +34,8 @@ module.exports = {
|
|||
name: "emoji",
|
||||
aliases: ['e', 'emote', 'enlarge', 'em', 'emojimix'],
|
||||
metadata: {
|
||||
description: 'Displays information about emoji. Supports regular emoji and discord emoji.\n\nUsing two emoji will mix the two emoji together.',
|
||||
description_short: 'Emoji Information, Emoji Mixing',
|
||||
description: 'Displays information about emoji. Supports regular emoji, discord emoji and stickers.\nAlso supports replies.\n\nUsing two emoji will mix them together.',
|
||||
description_short: 'Get emoji/sticker source images, mix two emoji together.',
|
||||
examples: ['enlarge 😀', 'emojimix 🐱 🍞'],
|
||||
category: 'utils',
|
||||
usage: 'emoji <emoji> [<emoji to mix>]'
|
||||
|
|
|
@ -9,7 +9,7 @@ module.exports = {
|
|||
name: 'ocr',
|
||||
metadata: {
|
||||
description: 'Uses Optical Character Recognition to detect text in images.',
|
||||
description_short: 'Image Text Recognition',
|
||||
description_short: 'Image text recognition.',
|
||||
examples: ['ocr'],
|
||||
category: 'utils',
|
||||
usage: 'ocr <attachment>'
|
||||
|
|
|
@ -2,7 +2,7 @@ const { googleVisionOcr, googleTranslate } = require("../../../labscore/api");
|
|||
const { TRANSLATE_LANGUAGES, TRANSLATE_LANGUAGE_MAPPINGS } = require("../../../labscore/constants");
|
||||
const { getRecentImage } = require("../../../labscore/utils/attachment");
|
||||
const { createEmbed } = require("../../../labscore/utils/embed");
|
||||
const { codeblock, icon, highlight, pill } = require("../../../labscore/utils/markdown");
|
||||
const { codeblock, icon, pill } = require("../../../labscore/utils/markdown");
|
||||
const { editOrReply } = require("../../../labscore/utils/message");
|
||||
const { STATICS } = require("../../../labscore/utils/statics");
|
||||
const { isSupported, getCodeFromAny } = require("../../../labscore/utils/translate");
|
||||
|
@ -13,7 +13,7 @@ module.exports = {
|
|||
aliases: ["octr"],
|
||||
metadata: {
|
||||
description: 'Uses Optical Character Recognition to translate text in an image.',
|
||||
description_short: 'Image Text Translation',
|
||||
description_short: 'Image text recognition + translation.',
|
||||
examples: ['ocrtr en'],
|
||||
category: 'utils',
|
||||
usage: 'ocrtr <language> [-from <origin language>]'
|
||||
|
|
|
@ -12,7 +12,7 @@ module.exports = {
|
|||
aliases: ['scan'],
|
||||
metadata: {
|
||||
description: 'Generates a QR code. If no input is provided acts as a QR code scanner.',
|
||||
description_short: 'QR Code Scanner/Creator',
|
||||
description_short: 'QR Code scanner/generator.',
|
||||
examples: ['qr big nutty'],
|
||||
category: 'utils',
|
||||
usage: `qr <contents>`
|
||||
|
|
|
@ -14,7 +14,7 @@ module.exports = {
|
|||
aliases: ['tr'],
|
||||
metadata: {
|
||||
description: 'Translates text. Supports automatic source language detection.',
|
||||
description_short: 'Translates text',
|
||||
description_short: 'Translate text.',
|
||||
examples: ['tr groß nussig -from de -to en'],
|
||||
category: 'utils',
|
||||
usage: `tr <text> [-to <target language>] [-from <origin language>]`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue