1PG
Simple JavaScript Discord bot with dashboard.
Install / Use
/learn @theADAMJR/1PGREADME
1PG
1PG Course - https://udemy.com/course/create-the-best-discord-bot/?referralCode=5CB95A4D9309B1F54560
Create a Discord Bot Dashboard Series - https://www.youtube.com/watch?v=tpIQM90o_pY&list=PLGfT2ttRbfizUIO1YEITWaquqBsNqHv7v&index=1
Setup
Make a file config.json:
{
"bot": {
"id": "<bot_id>",
"secret": "<client_secret>",
"token": "<bot_token>"
},
"dashboardURL": "http://localhost:3000",
"mongoURI": "mongodb://localhost/1PG-Demo"
}
Make sure config.json is in .gitignore.
This will help secure your bot token, and make sure your bot does not get hacked.
Set Redirect URIs
- http://localhost:3000/auth
- http://localhost:3000/auth-guild
In the Developer Portal -> Your Application -> OAuth2
Related Skills
imsg
347.0kiMessage/SMS CLI for listing chats, history, and sending messages via Messages.app.
node-connect
347.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
107.8kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
discord
347.0kDiscord ops via the message tool (channel=discord).
