mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-22 10:19:11 +02:00
Fix Examples in Commands
This commit is contained in:
@@ -12,8 +12,8 @@ module.exports = class BotSearchCommand extends Command {
|
||||
],
|
||||
group: 'search',
|
||||
memberName: 'botinfo',
|
||||
description: 'Searches Discord Bots for info on a bot. (;botinfo @Bot)',
|
||||
examples: [';botinfo @Bot'],
|
||||
description: 'Searches Discord Bots for info on a bot. (x;botinfo @Bot)',
|
||||
examples: ['x;botinfo @Bot'],
|
||||
args: [{
|
||||
key: 'bot',
|
||||
prompt: 'Which bot do you want to get information for?',
|
||||
|
||||
@@ -14,8 +14,8 @@ module.exports = class DefineCommand extends Command {
|
||||
],
|
||||
group: 'search',
|
||||
memberName: 'define',
|
||||
description: 'Defines a word. (;define Cat)',
|
||||
examples: [';define Cat'],
|
||||
description: 'Defines a word. (x;define Cat)',
|
||||
examples: ['x;define Cat'],
|
||||
args: [{
|
||||
key: 'word',
|
||||
prompt: 'What would you like to define?',
|
||||
|
||||
@@ -11,8 +11,8 @@ module.exports = class DiscrimCommand extends Command {
|
||||
],
|
||||
group: 'search',
|
||||
memberName: 'discrim',
|
||||
description: 'Searches the server for a certain discriminator. (;discrim 8081)',
|
||||
examples: [';discrim 8081'],
|
||||
description: 'Searches the server for a certain discriminator. (x;discrim 8081)',
|
||||
examples: ['x;discrim 8081'],
|
||||
args: [{
|
||||
key: 'discrim',
|
||||
prompt: 'Which discriminator would you like to search for?',
|
||||
|
||||
@@ -11,8 +11,8 @@ module.exports = class ForecastCommand extends Command {
|
||||
],
|
||||
group: 'search',
|
||||
memberName: 'forecast',
|
||||
description: 'Gets the seven-day forecast for a specified location. (;forecast San Francisco)',
|
||||
examples: [';forecast San Francisco'],
|
||||
description: 'Gets the seven-day forecast for a specified location. (x;forecast San Francisco)',
|
||||
examples: ['x;forecast San Francisco'],
|
||||
args: [{
|
||||
key: 'location',
|
||||
prompt: 'What location would you like to get the forecast for?',
|
||||
|
||||
@@ -12,8 +12,8 @@ module.exports = class GoogleCommand extends Command {
|
||||
],
|
||||
group: 'search',
|
||||
memberName: 'google',
|
||||
description: 'Searches Google. (;google Cat)',
|
||||
examples: [';google Cat'],
|
||||
description: 'Searches Google. (x;google Cat)',
|
||||
examples: ['x;google Cat'],
|
||||
args: [{
|
||||
key: 'query',
|
||||
prompt: 'What would you like to search for?',
|
||||
|
||||
@@ -14,8 +14,8 @@ module.exports = class IMDBCommand extends Command {
|
||||
],
|
||||
group: 'search',
|
||||
memberName: 'imdb',
|
||||
description: 'Searches IMDB for a specified movie. (;imdb How to Train Your Dragon)',
|
||||
examples: [';imdb How to Train Your Dragon'],
|
||||
description: 'Searches IMDB for a specified movie. (x;imdb How to Train Your Dragon)',
|
||||
examples: ['x;imdb How to Train Your Dragon'],
|
||||
args: [{
|
||||
key: 'movie',
|
||||
prompt: 'What movie or TV Show would you like to search for?',
|
||||
|
||||
@@ -10,8 +10,8 @@ module.exports = class MapCommand extends Command {
|
||||
],
|
||||
group: 'search',
|
||||
memberName: 'map',
|
||||
description: 'Gets a map image for the location you define with the zoom level you define (1-20). (;map 15 Cartersville, GA)',
|
||||
examples: [';map 15 Cartersville, GA'],
|
||||
description: 'Gets a map image for the location you define with the zoom level you define (1-20). (x;map 15 Cartersville, GA)',
|
||||
examples: ['x;map 15 Cartersville, GA'],
|
||||
args: [{
|
||||
key: 'zoom',
|
||||
prompt: 'What would you like the zoom level for the map to be? Limit 1-20.',
|
||||
|
||||
@@ -8,8 +8,8 @@ module.exports = class NeopetCommand extends Command {
|
||||
name: 'neopet',
|
||||
group: 'search',
|
||||
memberName: 'neopet',
|
||||
description: 'Gives a Neopet\'s image, searchable by name. (;neopet Pikachu53535)',
|
||||
examples: [';neopet Pikachu53535'],
|
||||
description: 'Gives a Neopet\'s image, searchable by name. (x;neopet Pikachu53535)',
|
||||
examples: ['x;neopet Pikachu53535'],
|
||||
args: [{
|
||||
key: 'pet',
|
||||
prompt: 'What pet would you like to get the image of?',
|
||||
|
||||
@@ -13,8 +13,8 @@ module.exports = class OsuCommand extends Command {
|
||||
],
|
||||
group: 'search',
|
||||
memberName: 'osu',
|
||||
description: 'Searches Osu user data. (;osu dragonfire535)',
|
||||
examples: [';osu dragonfire535'],
|
||||
description: 'Searches Osu user data. (x;osu dragonfire535)',
|
||||
examples: ['x;osu dragonfire535'],
|
||||
args: [{
|
||||
key: 'username',
|
||||
prompt: 'What osu username would you like to search for?',
|
||||
|
||||
@@ -13,8 +13,8 @@ module.exports = class SoundCloudCommand extends Command {
|
||||
],
|
||||
group: 'search',
|
||||
memberName: 'soundcloud',
|
||||
description: 'Searches SoundCloud for a song. (;soundcloud Turtle Dreams)',
|
||||
examples: [';soundcloud Turtle Dreams'],
|
||||
description: 'Searches SoundCloud for a song. (x;soundcloud Turtle Dreams)',
|
||||
examples: ['x;soundcloud Turtle Dreams'],
|
||||
args: [{
|
||||
key: 'query',
|
||||
prompt: 'What do you want to search SoundCloud for?',
|
||||
|
||||
@@ -13,8 +13,8 @@ module.exports = class UrbanCommand extends Command {
|
||||
],
|
||||
group: 'search',
|
||||
memberName: 'urban',
|
||||
description: 'Searches Urban Dictionary. (;urban Cat)',
|
||||
examples: [';urban Cat'],
|
||||
description: 'Searches Urban Dictionary. (x;urban Cat)',
|
||||
examples: ['x;urban Cat'],
|
||||
args: [{
|
||||
key: 'word',
|
||||
prompt: 'What would you like to define?',
|
||||
|
||||
@@ -8,8 +8,8 @@ module.exports = class WattpadCommand extends Command {
|
||||
name: 'wattpad',
|
||||
group: 'search',
|
||||
memberName: 'wattpad',
|
||||
description: 'Searches Wattpad for a specified book. (;wattpad Heroes of Dreamland)',
|
||||
examples: [';wattpad Heroes of Dreamland'],
|
||||
description: 'Searches Wattpad for a specified book. (x;wattpad Heroes of Dreamland)',
|
||||
examples: ['x;wattpad Heroes of Dreamland'],
|
||||
args: [{
|
||||
key: 'book',
|
||||
prompt: 'What book would you like to search for?',
|
||||
|
||||
@@ -8,8 +8,8 @@ module.exports = class WeatherCommand extends Command {
|
||||
name: 'weather',
|
||||
group: 'search',
|
||||
memberName: 'weather',
|
||||
description: 'Searches weather for a specified location. (;weather San Francisco)',
|
||||
examples: [';weather San Francisco'],
|
||||
description: 'Searches weather for a specified location. (x;weather San Francisco)',
|
||||
examples: ['x;weather San Francisco'],
|
||||
args: [{
|
||||
key: 'location',
|
||||
prompt: 'What location would you like to get the current weather for?',
|
||||
|
||||
@@ -8,8 +8,8 @@ module.exports = class WikipediaCommand extends Command {
|
||||
name: 'wikipedia',
|
||||
group: 'search',
|
||||
memberName: 'wikipedia',
|
||||
description: 'Searches Wikipedia for something. (;wikipedia Cat)',
|
||||
examples: [';wikipedia Cat'],
|
||||
description: 'Searches Wikipedia for something. (x;wikipedia Cat)',
|
||||
examples: ['x;wikipedia Cat'],
|
||||
args: [{
|
||||
key: 'query',
|
||||
prompt: 'What would you like to search for?',
|
||||
|
||||
@@ -11,8 +11,8 @@ module.exports = class YouTubeCommand extends Command {
|
||||
],
|
||||
group: 'search',
|
||||
memberName: 'youtube',
|
||||
description: 'Searches YouTube for a video. (;youtube video)',
|
||||
examples: [';youtube video'],
|
||||
description: 'Searches YouTube for a video. (x;youtube video)',
|
||||
examples: ['x;youtube video'],
|
||||
args: [{
|
||||
key: 'video',
|
||||
prompt: 'What would you like to search for?',
|
||||
|
||||
@@ -8,8 +8,8 @@ module.exports = class YuGiOhCommand extends Command {
|
||||
name: 'yugioh',
|
||||
group: 'search',
|
||||
memberName: 'yugioh',
|
||||
description: 'Gets info on a Yu-Gi-Oh! Card. (;yugioh Blue-Eyes White Dragon)',
|
||||
examples: [';yugioh Blue-Eyes White Dragon'],
|
||||
description: 'Gets info on a Yu-Gi-Oh! Card. (x;yugioh Blue-Eyes White Dragon)',
|
||||
examples: ['x;yugioh Blue-Eyes White Dragon'],
|
||||
args: [{
|
||||
key: 'card',
|
||||
prompt: 'What card would you like to get data for?',
|
||||
|
||||
Reference in New Issue
Block a user