https://github.com/ki-er/arr-bot
A custom sea of thieves bot that will help with error codes and riddles
https://github.com/ki-er/arr-bot
discord discord-bot sea-of-thieves
Last synced: about 2 months ago
JSON representation
A custom sea of thieves bot that will help with error codes and riddles
- Host: GitHub
- URL: https://github.com/ki-er/arr-bot
- Owner: Ki-er
- License: mit
- Created: 2022-08-23T19:06:43.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-24T08:10:42.000Z (about 2 months ago)
- Last Synced: 2025-03-26T03:45:25.076Z (about 2 months ago)
- Topics: discord, discord-bot, sea-of-thieves
- Language: JavaScript
- Homepage:
- Size: 531 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Arr Bot
> A custom sea of thieves helper bot that has quick links to guides and solutions
## Installation
### 🐋 Docker
```shell
docker run -d \
--name=arrbot \
-p 6004:6004 \
-e DISCORD_TOKEN='INSERT DISCORD TOKEN' \
-e PREFIX='~' \
--restart unless-stopped \
kieranr27/arrbot:master
```### 👷 Manual
- Clone the repo
- Remove the `.template` from `.env.template`
- Add required variables to `.env`
- Run `npm i`
- Run `node .`---
## Contributions
While this bot is maintained by [Kieran](https://github.com/KieranRobson), contributors are welcome!
## Invite
Invite Arr-Bot to your discord server: https://discord.com/api/oauth2/authorize?client_id=1011711622219313314&permissions=8&scope=bot%20applications.commands
## License
Arr-Bot is licensed under the MIT License. The full license text is included in the [LICENSE](LICENSE) file in this repository. TLDR legal have a [great summary](https://www.tldrlegal.com/l/mit) of the license if you're interested.