From 0c24daecd680bd8e32abd21fac77a82d24e3d71a Mon Sep 17 00:00:00 2001 From: aikooo7 Date: Sat, 28 Oct 2023 19:39:12 +0100 Subject: [PATCH 1/3] chore: Fixed typo in word "RE-INSTALL". --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67cacb6..3f93b48 100644 --- a/README.md +++ b/README.md @@ -21,4 +21,4 @@ - Then type in **"py -3.5 [BOTNAME].py"** - Enjoy Nuking! -**IF YOU ALREADY HAD DISCORD.PY INSTALLED ON A DIFFERENT VERSION OF PYTHON, YOU GONNA HAVE TO RE-INTALL IT** +**IF YOU ALREADY HAD DISCORD.PY INSTALLED ON A DIFFERENT VERSION OF PYTHON, YOU GONNA HAVE TO RE-INSTALL IT** From 134f2aee999f6fbb6dc57e5d44934b9c44bc5720 Mon Sep 17 00:00:00 2001 From: aikooo7 Date: Sat, 28 Oct 2023 19:40:39 +0100 Subject: [PATCH 2/3] chore: made code be in codeblocks --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f93b48..e7afe7d 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ - After putting your bots token press on "file" and give a name to your bot - Set the file into a python file (.py) and save the bot onto your desktop. - Open up your CMD Prompt -- Type in **"cd desktop"** -- Then type in **"py -3.5 [BOTNAME].py"** +- Type in ```cd desktop``` +- Then type in ```py -3.5 [BOTNAME].py``` - Enjoy Nuking! **IF YOU ALREADY HAD DISCORD.PY INSTALLED ON A DIFFERENT VERSION OF PYTHON, YOU GONNA HAVE TO RE-INSTALL IT** From 3833cbf55fd0bf62ac8f9da71331a2cc5eeabdbe Mon Sep 17 00:00:00 2001 From: aikooo7 Date: Sat, 28 Oct 2023 19:41:37 +0100 Subject: [PATCH 3/3] chore: changed "[BOTNAME]" to "bot" so the python run command can be copied and paster easier. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7afe7d..847b950 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ - Set the file into a python file (.py) and save the bot onto your desktop. - Open up your CMD Prompt - Type in ```cd desktop``` -- Then type in ```py -3.5 [BOTNAME].py``` +- Then type in ```py -3.5 bot.py``` - Enjoy Nuking! **IF YOU ALREADY HAD DISCORD.PY INSTALLED ON A DIFFERENT VERSION OF PYTHON, YOU GONNA HAVE TO RE-INSTALL IT**