Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
/ Since Public archive

Simple discord bot for keeping track of dates

License

Notifications You must be signed in to change notification settings

CCColda/Since

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Since discord bot

Simple discord bot for keeping track of dates. Written using the discord.js commando, and sqlite3 libraries.

Default prefix: s.

Installation

Prerequisites: node.js, npm, typescript

  1. Clone the repository
  2. Create a secret.json file in data with the following structure:
{
	"token": "your-bot-token-here",
	"owner": "your-account-id"
}

^ The token value should be copied from the Discord Developer Portal. The owner field is optional and may be left blank - "".

  1. Open the folder in a command shell
# Install dependencies
npm install

# Compile .ts to .js
tsc

# Run node on the "dist" folder
node dist

Localization

Additional translations may be added in the data/localization folder, according to the schema of the files already existing there. To apply, modify localization in data/config.json.

About

Simple discord bot for keeping track of dates

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published