Skip to content
This repository has been archived by the owner on Jun 5, 2022. It is now read-only.

doronseg/how-i-met-your-bot-LEGACY

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

how i met your bot

This repository is for how i met your bot from the how i met your bot.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Initializing Local Project

To initialize, just clone the repository, In the main folder, which would be named OscarStinson_Bot if you cloned it, you need to create 2 files, db.db, and .env.

You will also need to create your own bot, on thee Discord Developer Portal, and copy the token.

.env file

TOKEN=YOUR TOKEN GOES HERE

DB=jdbc:sqlite:db.db

Database

As of right now, we have 1 SQLITE databases, if you want to contribute and make an update that includes a new database, make sure to create an issue first.

#AFK System Table
CREATE TABLE "afk" ("UID" TEXT UNIQUE, "REASON" TEXT)

License

MIT

About

Discord bot made for the Oscar Stinson Discord Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages