diff --git a/buildConfig.py b/buildConfig.py
index 5f6d374..6ca69a3 100644
--- a/buildConfig.py
+++ b/buildConfig.py
@@ -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')
diff --git a/commands/admin/ban.js b/commands/admin/ban.js
index 03a68c0..b6369ec 100644
--- a/commands/admin/ban.js
+++ b/commands/admin/ban.js
@@ -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?',
 					}
 				},
 				{
diff --git a/commands/admin/kick.js b/commands/admin/kick.js
index 8c38a54..c1a3903 100644
--- a/commands/admin/kick.js
+++ b/commands/admin/kick.js
@@ -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?',
 					}
 				},
 				{
diff --git a/commands/admin/unban.js b/commands/admin/unban.js
index aa690dc..9bb6559 100644
--- a/commands/admin/unban.js
+++ b/commands/admin/unban.js
@@ -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?',
 					}
 				}
 			],
diff --git a/commands/fun/4chan.js b/commands/fun/4chan.js
index 272dd92..f9ee7a7 100644
--- a/commands/fun/4chan.js
+++ b/commands/fun/4chan.js
@@ -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'
 				}
diff --git a/commands/owner/emit.js b/commands/owner/emit.js
index af82563..e8bdf4a 100644
--- a/commands/owner/emit.js
+++ b/commands/owner/emit.js
@@ -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'
 				}
diff --git a/commands/owner/removeResponse.js b/commands/owner/removeResponse.js
index e9ebd0c..35c2f51 100644
--- a/commands/owner/removeResponse.js
+++ b/commands/owner/removeResponse.js
@@ -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?',
 					}
 				}
 			],
diff --git a/commands/owner/status.js b/commands/owner/status.js
index 78e4a7e..8caff3a 100644
--- a/commands/owner/status.js
+++ b/commands/owner/status.js
@@ -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'
 				}
diff --git a/commands/owner/username.js b/commands/owner/username.js
index a31c529..8f6eadd 100644
--- a/commands/owner/username.js
+++ b/commands/owner/username.js
@@ -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'
 				}
diff --git a/commands/utility/download.js b/commands/utility/download.js
index 523d14e..ef92419 100644
--- a/commands/utility/download.js
+++ b/commands/utility/download.js
@@ -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',
 					}
 				},
 				{
diff --git a/commands/utility/play.js b/commands/utility/play.js
index 46afbf6..063ccaa 100644
--- a/commands/utility/play.js
+++ b/commands/utility/play.js
@@ -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',
 				}