Windows.exe
(on the top left corner) and download the file. Then move it to C:\youtube-dl
. If the folder youtube-dl
doesn't exist, create one.WizBotInstaller.bat
file and open it as Administrator1
to download WizBot (type 1 and press Enter). Once it's done, it should take you back to the main menu.14
now. Otherwise, ignore this step.2
to test it out. If everything goes well, WizBot should appear as online on your Discord server and respond to commands. Once you're done with testing, type .die
to shut it down and return to the installer's main menu.3
and have fun with your newly created bot. Otherwise, follow the steps below.youtube-dl.exe
and moved it to C:\youtube-dl
yet, then do it now.13
. Otherwise, ignore this step.5
to download ffmpeg
.9
to add youtube-dl.exe
to your system's path environment variable.3
and have fun sharing music with your friends.2
or 3
. Easy as that.Windows.exe
(on the top left corner) and download the file. Store it somewhere accessible.ffmpeg.exe
file to somewhere accessible.cmd.exe
) and run the following command to download the source:git clone -b 1.9 https://gitlab.com/Wizkiller96/WizBot
WizBot/src/WizBot
and edit the credentials.json
file according to this guide.youtube-dl.exe
and ffmpeg.exe
into wizBot/src/wizBot
(or add them to your PATH environment variable, if you know how)libsodium.dll
and opus.dll
in wizBot/src/wizBot
with the ones you've downloaded.redis-server.exe
you have downloaded. You must have this window open while using WizBot.cd WizBot/src/WizBot
dotnet run -c Release
1
. That's it. cmd.exe
) cd WizBot
git pull
cmd.exe
) cd WizBot
git stash save "give me a nice name dd-mm-yyyy"
or just git stash
git pull
git stash apply
or git stash apply [email protected]{n}
(where n
is the ID of the stash) git status
to check the changes you've made git stash list
to see the list of saved stashes and their corresponding ID git stash drop [email protected]{n}
to delete a specific stash git stash pop [email protected]{n}
to apply and delete a specific stash