Skip to content

Releases: arun-dhir/clink-bot

v0.1.4

23 Jun 06:56
Compare
Choose a tag to compare

That's right, v0.1.4 is finally here!

New commands:

  • google - get a link to google something
  • lmgtfy - lmgtfy something
  • patchnotes - get a link to the latest patchnotes

New features:

  • Welcome plugin can now assign roles when a member joins
  • Custom commands plugin!
  • You can now use discord permissions (e.g. MANAGE_MESSAGES) in permissions.json
  • Message filter plugin
  • Current bot version is now displayed in the bot's playing status

Changes:

  • All plugins now have their own config in their directory

Tune in next time for even more new commands, features and changes. See what's on it's way with our Trello

v0.1.3

18 Jun 16:01
Compare
Choose a tag to compare

ClinkBot v0.1.3 is here, with a whole host of new features:

New commands:

  • ping - get the bot's latency
  • stop - kill the bot
  • rps - play rock paper scissors with the bot
  • roll - roll a dice
  • coinflip - flip a coin
  • kick - kick a user
  • ban - ban a user
  • warn - warn a user
  • purge - purge the last x messages

New features:

  • PLUGINS! In addition to having commands, there is now plugins, which can do other processes.
  • Welcome plugin - welcome new users by sending them a configurable message
  • There is now an option to delete commands
  • Messages sent by the bot (e.g. the correct usage of this command is...) will now be deleted after a configurable amount of time

Changes:

  • Moved all configuration files (e.g. config.json) to .example files (e.g. config.json.example)

It's been a big update, but there's still more to come in the next one. Check out our trello here

v0.1.2

16 Jun 11:48
Compare
Choose a tag to compare

What's new:

  • 'basic' permissions system
  • improved logging, errors are now set out nicely and command usage is logged
  • readme contains hosting instructions, aswell as instructions for using the permissions system

Planned features for the next patch:

  • improved permissions system
  • much, much more commands
  • a version of the bot that you can simply invite to your server, instead of hosting it yourself

v0.1.1

16 Jun 08:31
Compare
Choose a tag to compare

Wew, I've been hard at work making the basics for the bot. Here's a short overview of some of the features and commands I've added, and what I'm planning on adding next.

Commands:

  • help
  • say
  • version
  • uptime
  • avatar

Features:

  • dynamically loading commands

Up next:

  • permissions system