Simple discord bot for keeping track of dates. Written using the discord.js commando, and sqlite3 libraries.
Default prefix: s.
Prerequisites: node.js, npm, typescript
- Clone the repository
- Create a
secret.jsonfile indatawith 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 - "".
- Open the folder in a command shell
# Install dependencies
npm install
# Compile .ts to .js
tsc
# Run node on the "dist" folder
node distAdditional 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.