https://github.com/noelrohi/neirubot
https://github.com/noelrohi/neirubot
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/noelrohi/neirubot
- Owner: noelrohi
- Created: 2023-02-22T00:28:33.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-11T10:34:08.000Z (about 2 years ago)
- Last Synced: 2024-08-23T03:54:12.700Z (9 months ago)
- Language: Python
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NeiruBot
## An AQW Guild utility Discord Bot
Make sure you have `python` installed in your system. [Click here to download](https://www.python.org/downloads/)
**Follow the instructions to deploy and get it running:**
- Open your command prompt and move to a path, e.g `cd desktop`
- `git clone https://github.com/gneiru/NeiruBot.git`
- `cd NeiruBot`
- `pip install virtual env`
- `python -m venv env`
- Activate Environment depending on your OS
- `env\scripts\activate` - For windows
- `source virtualenv_name/bin/activate` - For linux
- `pip install -r requirements.txt`
- Modifications before running the Bot
- Rename **.env.example** into **.env** then change the following variables:
- **TOKEN** - discord bot token from [Discord Developer Portal](https://discord.com/developers/applications), select an app > Bot > Copy Token
- **LOGS_CHANNEL** - A channel ID for logging commands, you can ignore this unless you uncomment all commented lines in `cogs/on_error.py`
- **MONGO_URI** - Database [connection string](https://www.mongodb.com/docs/guides/atlas/connection-string/) from mongodb to store Datas
- **PREFIX** - Set a prefix, non-slash prefix, make sure no one use this as this is not recommended to use, not fully tested- Change variables such as channel IDs in `modules/variables.py`
- `python main.py`
## Deploying to [railway.app](https://railway.app/dashboard)
Note that this won't change default variables that are Multus Based
[](https://railway.app/new/template/R0mThz?referralCode=Qa9Rys)