https://github.com/hebilicious/discordjs-typescript
https://github.com/hebilicious/discordjs-typescript
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hebilicious/discordjs-typescript
- Owner: Hebilicious
- Created: 2021-10-25T20:15:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-04T05:42:06.000Z (over 2 years ago)
- Last Synced: 2025-01-04T20:13:54.410Z (over 1 year ago)
- Language: TypeScript
- Size: 40 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
title: Discord TypeScript bot
description: A Discord bot written in TypeScript
tags:
- discord.js
- typescript
---
# Discord.js Example
This example starts a Discord bot using [discord.js](https://discord.js.org) and [TypeScript](https://www.typescriptlang.org/).
[](https://railway.app/new?template=https%3A%2F%2Fgithub.com%2Frailwayapp%2Fexamples%2Ftree%2Fmaster%2Fexamples%2Fdiscordjs-typescript&envs=DISCORD_TOKEN&DISCORD_TOKENDesc=Token+of+your+Discord+bot)
## ✨ Features
- Discord.js
- TypeScript
## 💁♀️ How to use
- Install dependencies `yarn`
- Connect to your Railway project `railway link`
- Start the bot `railway run yarn dev`
## 📝 Notes
The server started launches a Discord bot with a couple of basic commands. The code is located at `src/index.ts`.