Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
Update start.bat
Browse files Browse the repository at this point in the history
The console window shouldn't close immediatly. So I fixed it.
  • Loading branch information
hxr404 committed Feb 25, 2021
1 parent 7108340 commit 394e3c3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion start.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
set discord_token=Put your token here
set guild_id=Put your GuildId here

py bot\main.py
py bot\main.py

echo Bot stopped.
pause

0 comments on commit 394e3c3

Please sign in to comment.