An open API service indexing awesome lists of open source software.

https://github.com/FantomeBeignet/railway-sapphire-bot-template

Railway template for a Discord bot using the Sapphire framework and TypeScript
https://github.com/FantomeBeignet/railway-sapphire-bot-template

Last synced: 2 months ago
JSON representation

Railway template for a Discord bot using the Sapphire framework and TypeScript

Awesome Lists containing this project

README

        

---
title: Discord Sapphire Bot
description: A basic Discord bot template using Discord.js and the Sapphire library.
tags:
- typescript
- javascript
- discord
- sapphire
---

# Discord Sapphire Bot template

This is a basic Discord bot template using Discord.js and the [Sapphire](https://www.sapphirejs.dev/) library.

[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template/4v1jeR?referralCode=6QmbhN)

## ✨ Features

- Sapphiure
- TypeScript

## 💁‍♀️ How to use

- Install dependencies with `pnpm install`
- Connect to your Railway project `railway link`
- Build the bot `pnpm build`
- Start the bot `railway run pnpm start`