mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 06:03:04 -04:00
proper command descriptions
This commit is contained in:
parent
a2bcb423cf
commit
5e5a738b74
51 changed files with 54 additions and 54 deletions
|
@ -8,7 +8,7 @@ const { createEmbed } = require('../../../labscore/utils/embed');
|
||||||
const { icon, highlight } = require('../../../labscore/utils/markdown');
|
const { icon, highlight } = require('../../../labscore/utils/markdown');
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
description: 'more text to speech',
|
description: 'Text to Speech with different voices',
|
||||||
name: 'tts2',
|
name: 'tts2',
|
||||||
options: [
|
options: [
|
||||||
{
|
{
|
||||||
|
|
|
@ -8,7 +8,7 @@ const { createEmbed } = require('../../../labscore/utils/embed');
|
||||||
const { icon, highlight } = require('../../../labscore/utils/markdown');
|
const { icon, highlight } = require('../../../labscore/utils/markdown');
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
description: 'tiktok audio',
|
description: 'TikTok text to speech voices',
|
||||||
name: 'tiktok',
|
name: 'tiktok',
|
||||||
options: [
|
options: [
|
||||||
{
|
{
|
||||||
|
|
|
@ -85,7 +85,7 @@ module.exports = {
|
||||||
name: 'help',
|
name: 'help',
|
||||||
label: 'command',
|
label: 'command',
|
||||||
metadata: {
|
metadata: {
|
||||||
description: 'Command List',
|
description: 'List all commands, get more information about individual commands.',
|
||||||
examples: ['help ping'],
|
examples: ['help ping'],
|
||||||
category: 'core',
|
category: 'core',
|
||||||
usage: 'help [<command>]'
|
usage: 'help [<command>]'
|
||||||
|
|
|
@ -7,7 +7,7 @@ module.exports = {
|
||||||
description: 'ping!',
|
description: 'ping!',
|
||||||
name: 'ping',
|
name: 'ping',
|
||||||
metadata: {
|
metadata: {
|
||||||
description: 'bot latency',
|
description: 'Displays information about the bots connection to discord..',
|
||||||
examples: ['ping'],
|
examples: ['ping'],
|
||||||
category: 'core',
|
category: 'core',
|
||||||
usage: 'ping'
|
usage: 'ping'
|
||||||
|
|
|
@ -6,7 +6,7 @@ const { PRIVACY_POLICY_LAST_UPDATE, PRIVACY_POLICY_SECTIONS, DISCORD_INVITES, CO
|
||||||
module.exports = {
|
module.exports = {
|
||||||
name: 'privacy',
|
name: 'privacy',
|
||||||
metadata: {
|
metadata: {
|
||||||
description: 'Privacy Policy',
|
description: 'Shows the bots privacy policy.',
|
||||||
examples: ['privacy'],
|
examples: ['privacy'],
|
||||||
category: 'core',
|
category: 'core',
|
||||||
usage: 'privacy'
|
usage: 'privacy'
|
||||||
|
|
|
@ -6,7 +6,7 @@ const { format } = require('../../../labscore/utils/ansi');
|
||||||
module.exports = {
|
module.exports = {
|
||||||
name: 'shard',
|
name: 'shard',
|
||||||
metadata: {
|
metadata: {
|
||||||
description: 'shard details',
|
description: 'Details about the bots connection to this server.',
|
||||||
examples: ['shard'],
|
examples: ['shard'],
|
||||||
category: 'core',
|
category: 'core',
|
||||||
usage: 'shard'
|
usage: 'shard'
|
||||||
|
|
|
@ -6,7 +6,7 @@ module.exports = {
|
||||||
default: 1,
|
default: 1,
|
||||||
label: 'amount',
|
label: 'amount',
|
||||||
metadata: {
|
metadata: {
|
||||||
description: 'undo your last bot command(s)',
|
description: 'Remove recent command responses from chat.',
|
||||||
examples: ['undo 5'],
|
examples: ['undo 5'],
|
||||||
category: 'core',
|
category: 'core',
|
||||||
usage: 'undo [<amount (1-5)>]'
|
usage: 'undo [<amount (1-5)>]'
|
||||||
|
|
|
@ -7,7 +7,7 @@ const { icon, highlight } = require('../../../labscore/utils/markdown');
|
||||||
module.exports = {
|
module.exports = {
|
||||||
name: "update",
|
name: "update",
|
||||||
metadata: {
|
metadata: {
|
||||||
description: 'update bot',
|
description: 'Fetches latest bot version.',
|
||||||
examples: ['update'],
|
examples: ['update'],
|
||||||
category: 'dev',
|
category: 'dev',
|
||||||
usage: 'update [-force true]'
|
usage: 'update [-force true]'
|
||||||
|
|
|
@ -15,7 +15,7 @@ function format(seconds){
|
||||||
module.exports = {
|
module.exports = {
|
||||||
name: "uptime",
|
name: "uptime",
|
||||||
metadata: {
|
metadata: {
|
||||||
description: 'bot uptime',
|
description: 'Displays the bots uptime.',
|
||||||
examples: ['uptime'],
|
examples: ['uptime'],
|
||||||
category: 'dev',
|
category: 'dev',
|
||||||
usage: 'uptime'
|
usage: 'uptime'
|
||||||
|
|
|
@ -20,7 +20,7 @@ module.exports = {
|
||||||
name: 'art',
|
name: 'art',
|
||||||
aliases: ['wallpaper'],
|
aliases: ['wallpaper'],
|
||||||
metadata: {
|
metadata: {
|
||||||
description: 'crazy ai art',
|
description: 'Creates colorful generative art created by JetBrains LIMB.',
|
||||||
examples: ['art -type wallpaper -seed 839648 -variance 8866 -rotate 1', 'wallpaper -type phone'],
|
examples: ['art -type wallpaper -seed 839648 -variance 8866 -rotate 1', 'wallpaper -type phone'],
|
||||||
category: 'fun',
|
category: 'fun',
|
||||||
usage: `art [-type <${Object.keys(SIZES).join('|')}>] [-seed <10000-999999>] [-variance <1000-9999>] [-rotate <0-360>]`
|
usage: `art [-type <${Object.keys(SIZES).join('|')}>] [-seed <10000-999999>] [-variance <1000-9999>] [-rotate <0-360>]`
|
||||||
|
|
|
@ -11,7 +11,7 @@ module.exports = {
|
||||||
aliases: ['complete'],
|
aliases: ['complete'],
|
||||||
label: 'text',
|
label: 'text',
|
||||||
metadata: {
|
metadata: {
|
||||||
description: 'make ai continue your text',
|
description: 'Uses InferKit to generate text from a small input snippet.',
|
||||||
examples: ['complete The Fitness Gram Pacer'],
|
examples: ['complete The Fitness Gram Pacer'],
|
||||||
category: 'fun',
|
category: 'fun',
|
||||||
usage: 'inferkit <prompt>'
|
usage: 'inferkit <prompt>'
|
||||||
|
|
|
@ -6,7 +6,7 @@ const superagent = require('superagent');
|
||||||
module.exports = {
|
module.exports = {
|
||||||
name: 'otter',
|
name: 'otter',
|
||||||
metadata: {
|
metadata: {
|
||||||
description: 'random otter!!',
|
description: 'Displays a random image containing otters.',
|
||||||
examples: ['otter'],
|
examples: ['otter'],
|
||||||
category: 'fun',
|
category: 'fun',
|
||||||
usage: `otter`
|
usage: `otter`
|
||||||
|
|
|
@ -7,7 +7,7 @@ const { STATICS } = require("../../../labscore/utils/statics");
|
||||||
module.exports = {
|
module.exports = {
|
||||||
name: 'labels',
|
name: 'labels',
|
||||||
metadata: {
|
metadata: {
|
||||||
description: 'Image Labelling',
|
description: 'Applies labels to an image based on its visual contents.',
|
||||||
examples: ['labels'],
|
examples: ['labels'],
|
||||||
category: 'utils',
|
category: 'utils',
|
||||||
usage: 'labels <attachment>'
|
usage: 'labels <attachment>'
|
||||||
|
|
|
@ -7,7 +7,7 @@ const { STATICS } = require("../../../labscore/utils/statics");
|
||||||
module.exports = {
|
module.exports = {
|
||||||
name: 'safetylabels',
|
name: 'safetylabels',
|
||||||
metadata: {
|
metadata: {
|
||||||
description: 'Image Safe Search Labels',
|
description: 'Applies detection labels for potentially sensitive content of an image.',
|
||||||
examples: ['safetylabels'],
|
examples: ['safetylabels'],
|
||||||
category: 'utils',
|
category: 'utils',
|
||||||
usage: 'safetylabels <attachment>'
|
usage: 'safetylabels <attachment>'
|
||||||
|
|
|
@ -8,7 +8,7 @@ module.exports = {
|
||||||
label: 'query',
|
label: 'query',
|
||||||
aliases: ['craiyon'],
|
aliases: ['craiyon'],
|
||||||
metadata: {
|
metadata: {
|
||||||
description: 'dalle',
|
description: 'Uses Craiyon to generate four images from a text prompt.',
|
||||||
examples: ['dalle'],
|
examples: ['dalle'],
|
||||||
category: 'image',
|
category: 'image',
|
||||||
usage: 'dalle <text>'
|
usage: 'dalle <text>'
|
||||||
|
|
|
@ -8,7 +8,7 @@ module.exports = {
|
||||||
name: 'deepdream',
|
name: 'deepdream',
|
||||||
aliases: ['dd'],
|
aliases: ['dd'],
|
||||||
metadata: {
|
metadata: {
|
||||||
description: 'deepdream',
|
description: 'Processes an image with DeepAI DeepDream.',
|
||||||
examples: ['deepdream'],
|
examples: ['deepdream'],
|
||||||
category: 'image',
|
category: 'image',
|
||||||
usage: 'deepdream <image>'
|
usage: 'deepdream <image>'
|
||||||
|
|
|
@ -8,7 +8,7 @@ module.exports = {
|
||||||
name: 'superresolution',
|
name: 'superresolution',
|
||||||
aliases: ['sr'],
|
aliases: ['sr'],
|
||||||
metadata: {
|
metadata: {
|
||||||
description: 'superresolution',
|
description: 'Upscales an image with SuperResolution.',
|
||||||
examples: ['superresolution'],
|
examples: ['superresolution'],
|
||||||
category: 'image',
|
category: 'image',
|
||||||
usage: 'superresolution <image>'
|
usage: 'superresolution <image>'
|
||||||
|
|
|
@ -9,7 +9,7 @@ module.exports = {
|
||||||
label: 'text',
|
label: 'text',
|
||||||
aliases: ['t2i'],
|
aliases: ['t2i'],
|
||||||
metadata: {
|
metadata: {
|
||||||
description: 'text2image',
|
description: 'Generates an image with DeepAI Text2Image using a text prompt.',
|
||||||
examples: ['text2image Mushroom'],
|
examples: ['text2image Mushroom'],
|
||||||
category: 'image',
|
category: 'image',
|
||||||
usage: 'text2image <image>'
|
usage: 'text2image <image>'
|
||||||
|
|
|
@ -8,7 +8,7 @@ module.exports = {
|
||||||
name: 'waifu2x',
|
name: 'waifu2x',
|
||||||
aliases: ['w2x'],
|
aliases: ['w2x'],
|
||||||
metadata: {
|
metadata: {
|
||||||
description: 'waifu2x',
|
description: 'Processes an image with Waifu2x.',
|
||||||
examples: ['waifu2x'],
|
examples: ['waifu2x'],
|
||||||
category: 'image',
|
category: 'image',
|
||||||
usage: 'waifu2x <image>'
|
usage: 'waifu2x <image>'
|
||||||
|
|
|
@ -10,7 +10,7 @@ module.exports = {
|
||||||
name: 'billboard',
|
name: 'billboard',
|
||||||
label: 'text',
|
label: 'text',
|
||||||
metadata: {
|
metadata: {
|
||||||
description: 'makesweet billboard',
|
description: 'Generates an animated gif with the MakeSweet billboard template.',
|
||||||
examples: ['billboard'],
|
examples: ['billboard'],
|
||||||
category: 'image',
|
category: 'image',
|
||||||
usage: 'billboard'
|
usage: 'billboard'
|
||||||
|
|
|
@ -10,7 +10,7 @@ module.exports = {
|
||||||
name: 'circuitboard',
|
name: 'circuitboard',
|
||||||
label: 'text',
|
label: 'text',
|
||||||
metadata: {
|
metadata: {
|
||||||
description: 'makesweet circuit board',
|
description: 'Generates an animated gif with the MakeSweet circuit board template.',
|
||||||
examples: ['circuitboard'],
|
examples: ['circuitboard'],
|
||||||
category: 'image',
|
category: 'image',
|
||||||
usage: 'circuitboard'
|
usage: 'circuitboard'
|
||||||
|
|
|
@ -10,7 +10,7 @@ module.exports = {
|
||||||
name: 'flag',
|
name: 'flag',
|
||||||
label: 'text',
|
label: 'text',
|
||||||
metadata: {
|
metadata: {
|
||||||
description: 'makesweet flag',
|
description: 'Generates an animated gif with the MakeSweet flag template.',
|
||||||
examples: ['flag'],
|
examples: ['flag'],
|
||||||
category: 'image',
|
category: 'image',
|
||||||
usage: 'flag'
|
usage: 'flag'
|
||||||
|
|
|
@ -10,10 +10,10 @@ module.exports = {
|
||||||
name: 'heartlocket',
|
name: 'heartlocket',
|
||||||
label: 'text',
|
label: 'text',
|
||||||
metadata: {
|
metadata: {
|
||||||
description: 'makesweet heart locket',
|
description: 'Generates an animated gif with the MakeSweet heart locket template. Accepts text as an optional input.',
|
||||||
examples: ['heartlocket'],
|
examples: ['heartlocket Big Nutty'],
|
||||||
category: 'image',
|
category: 'image',
|
||||||
usage: 'heartlocket'
|
usage: 'heartlocket [<text>]'
|
||||||
},
|
},
|
||||||
run: async (context, args) => {
|
run: async (context, args) => {
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ module.exports = {
|
||||||
name: 'retro',
|
name: 'retro',
|
||||||
label: 'text',
|
label: 'text',
|
||||||
metadata: {
|
metadata: {
|
||||||
description: 'cyberspace',
|
description: 'Generates an image with a retro style.',
|
||||||
examples: ['retro cyberspace|chaos|crazy'],
|
examples: ['retro cyberspace|chaos|crazy'],
|
||||||
category: 'image',
|
category: 'image',
|
||||||
usage: 'retro <line1|line2|line3> [-background <1-5>] [-style <1-4>]'
|
usage: 'retro <line1|line2|line3> [-background <1-5>] [-style <1-4>]'
|
||||||
|
|
|
@ -8,7 +8,7 @@ module.exports = {
|
||||||
name: 'yacht',
|
name: 'yacht',
|
||||||
label: 'text',
|
label: 'text',
|
||||||
metadata: {
|
metadata: {
|
||||||
description: 'crazy yacht',
|
description: 'Generates an image with custom text on a yacht.',
|
||||||
examples: ['yacht Im on a boat.'],
|
examples: ['yacht Im on a boat.'],
|
||||||
category: 'image',
|
category: 'image',
|
||||||
usage: 'yacht <text>'
|
usage: 'yacht <text>'
|
||||||
|
|
|
@ -36,7 +36,7 @@ module.exports = {
|
||||||
label: 'id',
|
label: 'id',
|
||||||
aliases: ['ai'],
|
aliases: ['ai'],
|
||||||
metadata: {
|
metadata: {
|
||||||
description: 'app info',
|
description: 'Displays information about a discord application.',
|
||||||
examples: ['ai 682654466453012553'],
|
examples: ['ai 682654466453012553'],
|
||||||
category: 'info',
|
category: 'info',
|
||||||
usage: 'appinfo <application id>'
|
usage: 'appinfo <application id>'
|
||||||
|
|
|
@ -7,7 +7,7 @@ module.exports = {
|
||||||
label: 'user',
|
label: 'user',
|
||||||
aliases: ['a'],
|
aliases: ['a'],
|
||||||
metadata: {
|
metadata: {
|
||||||
description: 'avatar',
|
description: 'Displays someones discord avatar. Accepts IDs, Mentions, or Usernames.',
|
||||||
examples: ['avatar labsCore'],
|
examples: ['avatar labsCore'],
|
||||||
category: 'info',
|
category: 'info',
|
||||||
usage: 'avatar [<id|user>]'
|
usage: 'avatar [<id|user>]'
|
||||||
|
|
|
@ -8,7 +8,7 @@ module.exports = {
|
||||||
label: 'user',
|
label: 'user',
|
||||||
aliases: ['guild', 'guildinfo'],
|
aliases: ['guild', 'guildinfo'],
|
||||||
metadata: {
|
metadata: {
|
||||||
description: 'server',
|
description: 'Displays information about the server.',
|
||||||
examples: ['guild'],
|
examples: ['guild'],
|
||||||
category: 'info',
|
category: 'info',
|
||||||
usage: 'server'
|
usage: 'server'
|
||||||
|
|
|
@ -5,7 +5,7 @@ module.exports = {
|
||||||
name: 'servericon',
|
name: 'servericon',
|
||||||
aliases: ["guildicon","gi","si","groupicon"],
|
aliases: ["guildicon","gi","si","groupicon"],
|
||||||
metadata: {
|
metadata: {
|
||||||
description: 'server icon',
|
description: 'Displays the server icon.',
|
||||||
examples: ['gi'],
|
examples: ['gi'],
|
||||||
category: 'info',
|
category: 'info',
|
||||||
usage: 'guildicon'
|
usage: 'guildicon'
|
||||||
|
|
|
@ -8,7 +8,7 @@ module.exports = {
|
||||||
label: 'invite',
|
label: 'invite',
|
||||||
aliases: ['inviteinfo'],
|
aliases: ['inviteinfo'],
|
||||||
metadata: {
|
metadata: {
|
||||||
description: 'invite info',
|
description: 'Displays information about a discord invite code.',
|
||||||
examples: ['invite discord-townhall'],
|
examples: ['invite discord-townhall'],
|
||||||
category: 'info',
|
category: 'info',
|
||||||
usage: 'invite <invite code>'
|
usage: 'invite <invite code>'
|
||||||
|
|
|
@ -11,7 +11,7 @@ module.exports = {
|
||||||
label: 'user',
|
label: 'user',
|
||||||
aliases: ['u', 'profile'],
|
aliases: ['u', 'profile'],
|
||||||
metadata: {
|
metadata: {
|
||||||
description: 'user',
|
description: 'Displays information about a discord user. Accepts IDs, Mentions and Usernames.',
|
||||||
examples: ['user labsCore'],
|
examples: ['user labsCore'],
|
||||||
category: 'info',
|
category: 'info',
|
||||||
usage: 'user [<id|user>]'
|
usage: 'user [<id|user>]'
|
||||||
|
|
|
@ -13,7 +13,7 @@ module.exports = {
|
||||||
name: 'audio',
|
name: 'audio',
|
||||||
aliases: ['aud'],
|
aliases: ['aud'],
|
||||||
metadata: {
|
metadata: {
|
||||||
description: '**audio detection**\nusing the audio command without replying to a message will try to identify the song in the most recent video\n\n**music platform links**\n__replying__ to a message while using this command will return a list of music platforms the provided music (link) is available on',
|
description: '**Audio Detection**\nUsing the audio command without replying to a message will try to identify the song in the most recent video in chat.\n\n**Music Platform Links**\n__Replying__ to a message while using this command will return a list of music platforms the provided music (link) is available on.',
|
||||||
examples: ['aud'],
|
examples: ['aud'],
|
||||||
category: 'search',
|
category: 'search',
|
||||||
usage: 'audio'
|
usage: 'audio'
|
||||||
|
|
|
@ -30,7 +30,7 @@ module.exports = {
|
||||||
label: 'query',
|
label: 'query',
|
||||||
aliases: ['bi', 'img2'],
|
aliases: ['bi', 'img2'],
|
||||||
metadata: {
|
metadata: {
|
||||||
description: 'bing image search',
|
description: 'Returns image search results from Microsoft Bing.',
|
||||||
examples: ['bing Large Magenta Sphere'],
|
examples: ['bing Large Magenta Sphere'],
|
||||||
category: 'search',
|
category: 'search',
|
||||||
usage: 'bing <query>'
|
usage: 'bing <query>'
|
||||||
|
|
|
@ -26,7 +26,7 @@ module.exports = {
|
||||||
label: 'query',
|
label: 'query',
|
||||||
aliases: ['b', 'search2'],
|
aliases: ['b', 'search2'],
|
||||||
metadata: {
|
metadata: {
|
||||||
description: 'bing search',
|
description: 'Returns search results from Microsoft Bing.',
|
||||||
examples: ['bing Flask'],
|
examples: ['bing Flask'],
|
||||||
category: 'search',
|
category: 'search',
|
||||||
usage: 'bing <query>'
|
usage: 'bing <query>'
|
||||||
|
|
|
@ -30,7 +30,7 @@ module.exports = {
|
||||||
label: 'query',
|
label: 'query',
|
||||||
aliases: ['i', 'img'],
|
aliases: ['i', 'img'],
|
||||||
metadata: {
|
metadata: {
|
||||||
description: 'google image search',
|
description: 'Returns image search results from Google.',
|
||||||
examples: ['image Large Magenta Sphere'],
|
examples: ['image Large Magenta Sphere'],
|
||||||
category: 'search',
|
category: 'search',
|
||||||
usage: 'image <query>'
|
usage: 'image <query>'
|
||||||
|
|
|
@ -27,7 +27,7 @@ module.exports = {
|
||||||
label: 'query',
|
label: 'query',
|
||||||
aliases: ['g', 'search'],
|
aliases: ['g', 'search'],
|
||||||
metadata: {
|
metadata: {
|
||||||
description: 'google search',
|
description: 'Returns search results from Google.',
|
||||||
examples: ['google Flask'],
|
examples: ['google Flask'],
|
||||||
category: 'search',
|
category: 'search',
|
||||||
usage: 'google <query>'
|
usage: 'google <query>'
|
||||||
|
|
|
@ -47,7 +47,7 @@ module.exports = {
|
||||||
label: 'query',
|
label: 'query',
|
||||||
aliases: ['r'],
|
aliases: ['r'],
|
||||||
metadata: {
|
metadata: {
|
||||||
description: 'reddit search',
|
description: 'Returns search results from reddit. Allows global and subreddit-specific search.',
|
||||||
examples: ['reddit r/otters'],
|
examples: ['reddit r/otters'],
|
||||||
category: 'search',
|
category: 'search',
|
||||||
usage: 'reddit [r/<subreddit>] <query> [-type image]'
|
usage: 'reddit [r/<subreddit>] <query> [-type image]'
|
||||||
|
|
|
@ -33,7 +33,7 @@ module.exports = {
|
||||||
name: 'reverse-image',
|
name: 'reverse-image',
|
||||||
aliases: ['reverse', 'tineye','reverseimage'],
|
aliases: ['reverse', 'tineye','reverseimage'],
|
||||||
metadata: {
|
metadata: {
|
||||||
description: 'reverse image search',
|
description: 'Performs a reverse-image-search.',
|
||||||
examples: ['reverseimage'],
|
examples: ['reverseimage'],
|
||||||
category: 'search',
|
category: 'search',
|
||||||
usage: 'reverse <image>'
|
usage: 'reverse <image>'
|
||||||
|
|
|
@ -46,7 +46,7 @@ module.exports = {
|
||||||
label: 'query',
|
label: 'query',
|
||||||
aliases: ['r34'],
|
aliases: ['r34'],
|
||||||
metadata: {
|
metadata: {
|
||||||
description: 'rule34 search',
|
description: 'Returns image search results from various rule34-focused sites.\n\nSupported Sites: `' + Object.keys(SITES).join(', ') + '`',
|
||||||
examples: ['r34 sex -site rule34'],
|
examples: ['r34 sex -site rule34'],
|
||||||
category: 'search',
|
category: 'search',
|
||||||
usage: 'rule34 <query> [-site <service>]'
|
usage: 'rule34 <query> [-site <service>]'
|
||||||
|
|
|
@ -39,7 +39,7 @@ module.exports = {
|
||||||
label: 'query',
|
label: 'query',
|
||||||
aliases: ['urban', 'ud'],
|
aliases: ['urban', 'ud'],
|
||||||
metadata: {
|
metadata: {
|
||||||
description: 'urban dictionary definitions (might be nsfw).\nproviding no search term returns random results.',
|
description: 'Returns search results from UrbanDictionary. Might include profanity.\nProviding no search query will return random results.',
|
||||||
examples: ['ud Flask'],
|
examples: ['ud Flask'],
|
||||||
category: 'search',
|
category: 'search',
|
||||||
usage: 'urbandictionary <query>'
|
usage: 'urbandictionary <query>'
|
||||||
|
|
|
@ -9,7 +9,7 @@ module.exports = {
|
||||||
name: 'weather',
|
name: 'weather',
|
||||||
label: 'query',
|
label: 'query',
|
||||||
metadata: {
|
metadata: {
|
||||||
description: 'Weather information.',
|
description: 'Displays information about the weather.',
|
||||||
examples: ['weather Berlin'],
|
examples: ['weather Berlin'],
|
||||||
category: 'search',
|
category: 'search',
|
||||||
usage: 'weather <location>'
|
usage: 'weather <location>'
|
||||||
|
|
|
@ -26,7 +26,7 @@ module.exports = {
|
||||||
label: 'query',
|
label: 'query',
|
||||||
aliases: ['wh', 'how'],
|
aliases: ['wh', 'how'],
|
||||||
metadata: {
|
metadata: {
|
||||||
description: 'how do you survive??',
|
description: 'Returns search results from WikiHow.',
|
||||||
examples: ['wh download'],
|
examples: ['wh download'],
|
||||||
category: 'search',
|
category: 'search',
|
||||||
usage: 'wikihow <query>'
|
usage: 'wikihow <query>'
|
||||||
|
|
|
@ -27,8 +27,8 @@ module.exports = {
|
||||||
label: 'query',
|
label: 'query',
|
||||||
aliases: ['wa', 'wolfram-alpha'],
|
aliases: ['wa', 'wolfram-alpha'],
|
||||||
metadata: {
|
metadata: {
|
||||||
description: 'wolfram alpha search',
|
description: 'Computes a query using Wolfram|Alpha.',
|
||||||
examples: ['wa Gray'],
|
examples: ['wa 1+1'],
|
||||||
category: 'search',
|
category: 'search',
|
||||||
usage: 'wolframalpha <query>'
|
usage: 'wolframalpha <query>'
|
||||||
},
|
},
|
||||||
|
|
|
@ -29,7 +29,7 @@ module.exports = {
|
||||||
label: 'query',
|
label: 'query',
|
||||||
aliases: ['yt'],
|
aliases: ['yt'],
|
||||||
metadata: {
|
metadata: {
|
||||||
description: 'youtube search',
|
description: 'Returns search results from YouTube.',
|
||||||
examples: ['youtube Google'],
|
examples: ['youtube Google'],
|
||||||
category: 'search',
|
category: 'search',
|
||||||
usage: 'youtube <query>'
|
usage: 'youtube <query>'
|
||||||
|
|
|
@ -37,7 +37,7 @@ module.exports = {
|
||||||
label: 'query',
|
label: 'query',
|
||||||
aliases: ['dictionary', 'dict'],
|
aliases: ['dictionary', 'dict'],
|
||||||
metadata: {
|
metadata: {
|
||||||
description: 'dictionary lookup',
|
description: 'Returns dictionary definitions for words.',
|
||||||
examples: ['dictionary Flask'],
|
examples: ['dictionary Flask'],
|
||||||
category: 'search',
|
category: 'search',
|
||||||
usage: 'define <query>'
|
usage: 'define <query>'
|
||||||
|
|
|
@ -13,7 +13,7 @@ module.exports = {
|
||||||
name: "emoji",
|
name: "emoji",
|
||||||
aliases: ['e', 'emote', 'enlarge', 'em', 'emojimix'],
|
aliases: ['e', 'emote', 'enlarge', 'em', 'emojimix'],
|
||||||
metadata: {
|
metadata: {
|
||||||
description: 'Enlarge Emoji.',
|
description: 'Displays information about emoji. Supports regular emoji and discord emoji.\n\nUsing two emoji will mix the two emoji together.',
|
||||||
examples: ['enlarge 😀', 'emojimix 🐱 🍞'],
|
examples: ['enlarge 😀', 'emojimix 🐱 🍞'],
|
||||||
category: 'utils',
|
category: 'utils',
|
||||||
usage: 'emoji <emoji> [<emoji to mix>]'
|
usage: 'emoji <emoji> [<emoji to mix>]'
|
||||||
|
|
|
@ -8,7 +8,7 @@ const { STATICS } = require("../../../labscore/utils/statics");
|
||||||
module.exports = {
|
module.exports = {
|
||||||
name: 'ocr',
|
name: 'ocr',
|
||||||
metadata: {
|
metadata: {
|
||||||
description: 'Optical Character Recognition',
|
description: 'Uses Optical Character Recognition to detect text in images.',
|
||||||
examples: ['ocr'],
|
examples: ['ocr'],
|
||||||
category: 'utils',
|
category: 'utils',
|
||||||
usage: 'ocr <attachment>'
|
usage: 'ocr <attachment>'
|
||||||
|
|
|
@ -10,7 +10,7 @@ module.exports = {
|
||||||
name: 'ocrtr',
|
name: 'ocrtr',
|
||||||
label: 'to',
|
label: 'to',
|
||||||
metadata: {
|
metadata: {
|
||||||
description: 'Optical Character Recognition + Translate',
|
description: 'Uses Optical Character Recognition to translate text in an image.',
|
||||||
examples: ['ocrtr en'],
|
examples: ['ocrtr en'],
|
||||||
category: 'utils',
|
category: 'utils',
|
||||||
usage: 'ocrtr <language> [-from <origin language>]'
|
usage: 'ocrtr <language> [-from <origin language>]'
|
||||||
|
|
|
@ -11,7 +11,7 @@ module.exports = {
|
||||||
label: 'text',
|
label: 'text',
|
||||||
aliases: ['scan'],
|
aliases: ['scan'],
|
||||||
metadata: {
|
metadata: {
|
||||||
description: 'qr code generator/scanner\n\nif no arguments are provided it\'ll try to scan the most recent qr code',
|
description: 'Generates a QR code. If no input is provided acts as a QR code scanner.',
|
||||||
examples: ['qr big nutty'],
|
examples: ['qr big nutty'],
|
||||||
category: 'utils',
|
category: 'utils',
|
||||||
usage: `qr <contents>`
|
usage: `qr <contents>`
|
||||||
|
|
|
@ -16,7 +16,7 @@ module.exports = {
|
||||||
name: "screenshot",
|
name: "screenshot",
|
||||||
aliases: ['ss'],
|
aliases: ['ss'],
|
||||||
metadata: {
|
metadata: {
|
||||||
description: 'screenshot website',
|
description: 'Takes screenshots of a website.',
|
||||||
examples: ['ss google.com'],
|
examples: ['ss google.com'],
|
||||||
category: 'utils',
|
category: 'utils',
|
||||||
usage: 'screenshot <url>'
|
usage: 'screenshot <url>'
|
||||||
|
|
|
@ -12,7 +12,7 @@ module.exports = {
|
||||||
label: 'text',
|
label: 'text',
|
||||||
aliases: ['tr'],
|
aliases: ['tr'],
|
||||||
metadata: {
|
metadata: {
|
||||||
description: 'translate text',
|
description: 'Translates text. Supports automatic source language detection.',
|
||||||
examples: ['tr groß nussig -from de -to en'],
|
examples: ['tr groß nussig -from de -to en'],
|
||||||
category: 'utils',
|
category: 'utils',
|
||||||
usage: `tr <text> [-to <target language>] [-from <origin language>]`
|
usage: `tr <text> [-to <target language>] [-from <origin language>]`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue