1
0
Fork 0

Typo correction

akairo
loicbersier 5 years ago
parent 45ee8c5dc3
commit ca4bc6e512

@ -3,7 +3,7 @@ import os
print('Welcome to Haha Yes config builder.') print('Welcome to Haha Yes config builder.')
print('Wich config version do you want?') print('which config version do you want?')
version = input('"A" for minimum, "B" for recommanded, "C" for all\n') version = input('"A" for minimum, "B" for recommanded, "C" for all\n')
if version == 'A' or 'a': if version == 'A' or 'a':
print('You choosed the minimum version') print('You choosed the minimum version')

@ -10,7 +10,7 @@ class BanCommand extends Command {
id: 'member', id: 'member',
type: 'member', type: 'member',
prompt: { prompt: {
start: 'Wich member do you want to ban?', start: 'which member do you want to ban?',
} }
}, },
{ {

@ -10,7 +10,7 @@ class KickCommand extends Command {
id: 'member', id: 'member',
type: 'member', type: 'member',
prompt: { prompt: {
start: 'Wich member do you want to ban?', start: 'which member do you want to ban?',
} }
}, },
{ {

@ -10,7 +10,7 @@ class UnbanCommand extends Command {
id: 'member', id: 'member',
type: 'member', type: 'member',
prompt: { prompt: {
start: 'Wich member do you want to unban?', start: 'which member do you want to unban?',
} }
} }
], ],

@ -16,7 +16,7 @@ class FourchanCommand extends Command {
id: 'board', id: 'board',
type: 'string', type: 'string',
prompt: { prompt: {
start: 'Wich board do you want to browse?', start: 'which board do you want to browse?',
}, },
match: 'rest' match: 'rest'
} }

@ -9,7 +9,7 @@ class emitCommand extends Command {
args: [ args: [
{ {
id: 'event', id: 'event',
prompt: 'Wich event should i trigger?', prompt: 'which event should i trigger?',
type: 'string', type: 'string',
match: 'rest' match: 'rest'
} }

@ -14,7 +14,7 @@ class removeResponseCommand extends Command {
type: 'string', type: 'string',
match: 'rest', match: 'rest',
prompt: { prompt: {
start: 'wich tag do you want to remove?', start: 'which tag do you want to remove?',
} }
} }
], ],

@ -9,7 +9,7 @@ class StatusCommand extends Command {
args: [ args: [
{ {
id: 'status', id: 'status',
prompt: 'Wich status should i have?', prompt: 'which status should i have?',
type: 'string', type: 'string',
match: 'rest' match: 'rest'
} }

@ -9,7 +9,7 @@ class usernameCommand extends Command {
args: [ args: [
{ {
id: 'username', id: 'username',
prompt: 'Wich username should i have?', prompt: 'which username should i have?',
type: 'string', type: 'string',
match: 'rest' match: 'rest'
} }

@ -16,7 +16,7 @@ class DownloadCommand extends Command {
id: 'link', id: 'link',
type: 'string', type: 'string',
prompt: { prompt: {
start: 'Send the link of wich video you want to download', start: 'Send the link of which video you want to download',
} }
}, },
{ {

@ -12,7 +12,7 @@ class playCommand extends Command {
id: 'ytblink', id: 'ytblink',
type: 'string', type: 'string',
prompt: { prompt: {
start: 'Send the link of wich video you want to play', start: 'Send the link of which video you want to play',
}, },
match: 'rest', match: 'rest',
} }

Loading…
Cancel
Save