Skip to content

Just a simple bot with some utility commands that I particularly use.

Notifications You must be signed in to change notification settings

CT02k/utils-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

08bce18 · · Oct 6, 2025

History

4 Commits
Sep 5, 2025
Sep 6, 2025
Sep 5, 2025
Sep 25, 2025
Sep 25, 2025
Sep 5, 2025
Sep 5, 2025
Sep 5, 2025
Oct 6, 2025
Sep 25, 2025
Oct 6, 2025
Sep 25, 2025

Repository files navigation

Utils Bot

Just a simple bot with some utility commands that I particularly use.

(This bot works best as a user application rather than on a server)

How to start

Clone the repository

git clone https://github.com/ct02k/utils-bot

Install dependencies

npm i

Add a .env file with the following environment variables:

DATABASE_URL="file:./dev.db"
DISCORD_TOKEN=
CLIENT_ID=
=

Run Prisma migrations and generate the client:

npx prisma migrate dev
npx prisma generatee

Run the project

npm run dev

# or
npm run build  &∓& npm start

About

Just a simple bot with some utility commands that I particularly use.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published