Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brandonbloom/discordjs
https://github.com/brandonbloom/discordjs
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/brandonbloom/discordjs
- Owner: brandonbloom
- Created: 2021-06-08T00:40:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-08T21:58:41.000Z (over 3 years ago)
- Last Synced: 2024-10-19T05:48:50.552Z (2 months ago)
- Language: JavaScript
- Size: 20.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
title: Discord bot
description: A Discord bot written in TypeScript
tags:
- discord.js
- typescript
---# Discord.js Example
testing....
This example starts a Discord bot using [discord.js](https://discord.js.org/#/).
[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new?template=https%3A%2F%2Fgithub.com%2Frailwayapp%2Fexamples%2Ftree%2Fmaster%2Fexamples%2Fdiscordjs&envs=DISCORD_TOKEN&DISCORD_TOKENDesc=Token+of+the+Discord+account+used)
## ✨ Features
- Discord.js
- JavaScript## 💁♀️ 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.js`.