Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alaninnovates/rbxts-playground-bot
A bot that automatically embeds links to the roblox-ts playground. Based off of the typescript discord server bot.
https://github.com/alaninnovates/rbxts-playground-bot
Last synced: about 1 month ago
JSON representation
A bot that automatically embeds links to the roblox-ts playground. Based off of the typescript discord server bot.
- Host: GitHub
- URL: https://github.com/alaninnovates/rbxts-playground-bot
- Owner: alaninnovates
- License: mit
- Created: 2021-09-18T23:36:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-22T03:14:22.000Z (over 3 years ago)
- Last Synced: 2024-10-15T21:32:29.425Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# robloxts-bot
A bot that automatically embeds roblox-ts playground links that are uploaded to a discord server.
Based off of the typescript discord bot's feature. Created after Osyris mentioned it in the discord server.## Selfhosting steps
First, rename .env.example to .env then fill it out
### The easy way: docker.
1. `docker build -t rbxts-bot .`
2. `docker run --name rbxts-bot -d rbxts-bot`### Running from node
You will need node v16.6 or higher due to the usage of Discord.js v13.
1. `npm install`
2. `npm run build`
3. `npm start`## ENV file refrence
```
DISCORD_TOKEN: Your token obtained from the discord developer portal
ALLOWED_CHANNELS: An array of channel ids'. These are the only channels that the bot will respond in.
```