Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dairefinn/discord-bot

Messing around with discord bots because I was bored. This does nothing useful.
https://github.com/dairefinn/discord-bot

discord discord-api discord-bot

Last synced: about 12 hours ago
JSON representation

Messing around with discord bots because I was bored. This does nothing useful.

Awesome Lists containing this project

README

        

# Overview
This is a bot for the Discord app which I am creating because I am bored waiting for the game "The Lord of the Rings: Return to Moria" to install :)

# Dependencies
- discord.js - The core Discord library
- dotenv - Allows a .env file to be used to store environment variables

# Dev dependenices
- tsup - Used to bundle TypeScript
- tsx - Used to execute the bundled TypeScript files
- typescript - The language this project uses

# Environment variables
- DISCORD_TOKEN - The token used to authenticate with the Discord API
- DISCORD_CLIENT_ID - The client ID used to identify the user authenticating with the Discord API