Merged
Conversation
OmOgale
reviewed
Nov 5, 2025
OmOgale
reviewed
Nov 5, 2025
OmOgale
requested changes
Nov 5, 2025
Collaborator
OmOgale
left a comment
There was a problem hiding this comment.
Just a few small changes lol. Great work @hareshgoyal06 🧋
OmOgale
reviewed
Nov 5, 2025
Collaborator
OmOgale
left a comment
There was a problem hiding this comment.
Also can you move these files under a bot subdirectory under src. So under src/bot/. The readme looks dope, but it addresses the bot specifically so i think moving all bot code under a common dir would be nice
Collaborator
Author
OmOgale
approved these changes
Nov 5, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Summary
This pull request introduces the initial setup for BobaTalks, a lightweight Discord bot built using discord.js v14 and TypeScript.
It establishes the core structure for command handling, environment configuration, and local development.
Features
Basic bot setup with discord.js and TypeScript
Environment configuration via .env (DISCORD_TOKEN, CLIENT_ID, GUILD_ID)
Slash command registration script (npm run register)
Development (npm run dev) and production (npm run build && npm start) workflows
Initial slash commands:
Includes basic error handling and embed-based responses
How to Test Locally
Create a .env file in the project root:
Install dependencies:
npm ciRegister slash commands (first-time setup):
npm run registerStart the bot: