mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 14:13:02 -04:00
update descriptions
This commit is contained in:
parent
7ee6339780
commit
9b67abbc8d
28 changed files with 30 additions and 30 deletions
|
@ -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