Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dairefinn/discord-bot
- Owner: dairefinn
- Created: 2023-10-26T11:56:29.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-26T16:17:28.000Z (about 1 year ago)
- Last Synced: 2024-11-24T01:56:29.692Z (2 months ago)
- Topics: discord, discord-api, discord-bot
- Language: TypeScript
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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