1.3.5 • Published 2 years ago
random-bot v1.3.5
RandomBot
A generic discord.js bot framework for myself. please do not use this it's complete ass
todo:
- fix rbcommand implementantion (
...} as RBCommand
)? - server specific prefixes
- add default "timed" method to RBCommand, i.e. an implementation of what kill in lanyes-utilities has
make some commands defaults, e.g. help command, ping
electron
generalize embed colors to a property on
RandomBot
(embed util?)- and
bot.name
import {RandomBot} from "random-bot";
const bot = new RandomBot();
await bot.init({
intentsPresets: ["PRESET_GUILD_BASIC"],
configLocation: "./config.json"
});
await bot.createCommandListener("./src/js/commands/");
await bot.start();
1.3.5
2 years ago
1.3.4
3 years ago
1.3.3
3 years ago
1.2.3
3 years ago
1.3.1
3 years ago
1.3.0
3 years ago
1.2.0
4 years ago
1.1.9
4 years ago
1.1.8
4 years ago
1.1.7
4 years ago
1.1.6
4 years ago
1.1.5
4 years ago
1.2.2
4 years ago
1.2.1
4 years ago
1.1.12
4 years ago
1.1.11
4 years ago
1.1.10
4 years ago
1.1.4
4 years ago
1.1.3
4 years ago
1.1.2
4 years ago
1.1.1
4 years ago
1.1.0
4 years ago
1.0.1
4 years ago
1.0.0
4 years ago
4.0.7
4 years ago
4.0.6
4 years ago
4.0.5
4 years ago
4.0.4
4 years ago
4.0.3
4 years ago
4.0.2
4 years ago
4.0.1
4 years ago
4.0.0
4 years ago