mirror of
https://github.com/SamueleLorefice/isleBot.git
synced 2026-01-14 21:55:49 +00:00
updated readme
This commit is contained in:
6
.idea/dbnavigator.xml
generated
6
.idea/dbnavigator.xml
generated
@@ -1,5 +1,11 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<project version="4">
|
<project version="4">
|
||||||
|
<component name="DBNavigator.Project.DatabaseBrowserManager">
|
||||||
|
<autoscroll-to-editor value="false" />
|
||||||
|
<autoscroll-from-editor value="true" />
|
||||||
|
<show-object-properties value="true" />
|
||||||
|
<loaded-nodes />
|
||||||
|
</component>
|
||||||
<component name="DBNavigator.Project.DatabaseFileManager">
|
<component name="DBNavigator.Project.DatabaseFileManager">
|
||||||
<open-files />
|
<open-files />
|
||||||
</component>
|
</component>
|
||||||
|
|||||||
@@ -8,15 +8,15 @@
|
|||||||
|
|
||||||
#### Setup
|
#### Setup
|
||||||
1. Clone the repo
|
1. Clone the repo
|
||||||
2. create a venv `python -m venv venv` and activate it `venv\Scripts\activate.bat` or the ps1 variant for powershell
|
2. Create a venv by running `python -m venv venv` and activate it using `venv\Scripts\activate.bat` or the ps1 variant for powershell
|
||||||
3. install requirements with `pip install -r requirements.txt`
|
3. Install requirements with `pip install -r requirements.txt`
|
||||||
4. create a `.env` file with the following contents:
|
4. Create a `.env` file with the following contents:
|
||||||
```ini
|
```ini
|
||||||
TOKEN=your_discord_bot_token_here
|
TOKEN=your_discord_bot_token_here
|
||||||
```
|
```
|
||||||
5. Run `start.ps1` or `start.bat`
|
5. Run `start.ps1` or `start.bat`
|
||||||
6. Invite the bot to your server
|
6. Invite the bot to your server
|
||||||
7. profit!
|
7. Profit!
|
||||||
|
|
||||||
##### Notes
|
##### Notes
|
||||||
The bot is provided as is and is not guaranteed to work. If you have any issues, please open an issue on the github repo. I might or might not fix it.
|
The bot is provided as is and is not guaranteed to work. If you have any issues, please open an issue on the github repo. I might or might not fix it.
|
||||||
|
|||||||
Reference in New Issue
Block a user