Typo correction

merge-requests/4/head
loicbersier 5 years ago
parent 45ee8c5dc3
commit ca4bc6e512

@ -3,7 +3,7 @@ import os
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')
if version == 'A' or 'a':
print('You choosed the minimum version')

@ -10,7 +10,7 @@ class BanCommand extends Command {
id: 'member',
type: 'member',
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',
type: 'member',
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',
type: 'member',
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',
type: 'string',
prompt: {
start: 'Wich board do you want to browse?',
start: 'which board do you want to browse?',
},
match: 'rest'
}

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

@ -14,7 +14,7 @@ class removeResponseCommand extends Command {
type: 'string',
match: 'rest',
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: [
{
id: 'status',
prompt: 'Wich status should i have?',
prompt: 'which status should i have?',
type: 'string',
match: 'rest'
}

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

@ -16,7 +16,7 @@ class DownloadCommand extends Command {
id: 'link',
type: 'string',
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',
type: 'string',
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',
}

Loading…
Cancel
Save