Skip to content

Releases: kylrs/gagbot.js

r20.2.0 Pre-release #2

24 May 11:29
2efaef6
Compare
Choose a tag to compare
Pre-release

Change Log

  • Stopped GaGBOT sending no such command errors when using commands from other bots.

First Release!

23 May 14:31
b98fdbd
Compare
Choose a tag to compare

Change Log

  • Added module loading
    • Easily add new functionality to gagbot.js without changing any existing code!
    • Add a new command with just one small file.
    • Add an event listener with a single function!
  • Added permissions
    • Commands permset, permunset, permclear, permlist and permcheck for fine-tuning who can execute which commands

r20.2.0 Pre-release #1

23 May 20:12
58ba43c
Compare
Choose a tag to compare
Pre-release

Change Log

  • Added greet module.
  • Fixed user and role argument types not working on mobile.