1.3.5 • Published 1 year ago

random-bot v1.3.5

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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

1 year ago

1.3.4

2 years ago

1.3.3

2 years ago

1.2.3

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.1.12

2 years ago

1.1.11

2 years ago

1.1.10

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

4.0.7

2 years ago

4.0.6

2 years ago

4.0.5

2 years ago

4.0.4

2 years ago

4.0.3

2 years ago

4.0.2

2 years ago

4.0.1

2 years ago

4.0.0

2 years ago