dbarenholz / DanBot

A discord bot made by Daniel, hence the name DanBot!

Home Page:https://dbarenholz.github.io/DanBot/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DanBot

A bot written by Dan, for Dan. But, I guess that if anyone else wants to use it, they can go ahead.

Coding DanBot

The bot is written using the ancient Akairo framework, so your developing experience may vary. I've extended Akairo to be able to use tasks - essentially, commands that run periodically without user interaction - using TimedPromises (documentation).

For instance, if you want a daily digest every 24 hours, you can simply code it up, and the bot will automagically give you one without having to type !daily on daily basis, or a similar silly comment.

It should be noted that in order to run the bot, you need a folder secret with a file token.ts in it. This file contains a single line, exporting your bot token:

export default "MY.COOL.BOT.TOKEN";

You can also include a owner.ts, but I already forgot what it's used for.

About

A discord bot made by Daniel, hence the name DanBot!

https://dbarenholz.github.io/DanBot/

License:The Unlicense


Languages

Language:TypeScript 100.0%