Skip to content

Releases: Vaerys-Dawn/DiscordSailv2

2.5.2 More Modules.

01 Mar 15:57
Compare
Choose a tag to compare

* Seperated the Module and Toggle commands

  • added Module RoleSelect
  • added Module CC
  • added Module UserInfo
  • Any RoleUpdates handled by sail will now correctly post a Log to the
    logging channel if userRoleLogging is true.

2.5.1 Personality Update.

27 Feb 07:31
Compare
Choose a tag to compare
+ SetGender command
+ setQuote command
+ userInfo command

2.5.0 The Character Update

26 Feb 09:10
Compare
Choose a tag to compare
2.5.0 - The character update.

+ charinfo command.
+ editChar command.
* list chars can now show other people's characters if you mention the
user
* Various bug fixes.

! Updated Lib version to fix major issues with the $role commands.

2.4.10 Message counting and Logging changes.

24 Feb 03:11
Compare
Choose a tag to compare
* changed Editlogging and DeleteLogging outputs to have how long ago the
message was posted before the event happened.
+ added a message counter tracker to get an average message count per
day per user.

2.4.9 - Update to the Wiki

22 Feb 04:28
Compare
Choose a tag to compare
2.4.9 - Documentation

* fixed a couple minor bugs to do with logging
+ StartupGuide command added, links to Wiki

2.4.8 - omg whoops x10

21 Feb 23:34
Compare
Choose a tag to compare
* Fixed a major bug that would cause modules to remove all commmands
assosiated with that module from all guild's command lists.

2.4.7 - More logging

21 Feb 12:45
Compare
Choose a tag to compare
2.4.7 - The logging update.

+ toggles for UserRoleLogging, MessageEditLogging, JoinLeaveLogging.

2.4.6 - Rate Limiting

21 Feb 06:41
Compare
Choose a tag to compare
2.4.6 - Rate limits

* added SetRatelimit Command
* added Toggle.Ratelimiting
* ratelimiting has been added this means that if enabled over a 10
second period if a user sends more than the Guild's Ratelimit their
messages will automatically be deleted and a DM will be sent telling
them that they are being rate limited. if a muted role is set up and
muteRepeatOffenders is enabled it S.A.I.L will now automatically mute
the user if they oversend by 3 messages and if an admin channel is set
up will send a message there else it will post the message in the
channel they abused the rate limit in. (This is not a slowmode and is
global across the whole guild.)

2.4.5

21 Feb 04:08
Compare
Choose a tag to compare
+ added 2 new DM commands: GetGuildList. GetGuildInfo
* changed how some things are validated.
* Toggles are now stored as classes.
* modules can now dynamically remove things assosiated with that module
* other fixes

2.4.4 - Fixes

16 Feb 06:50
Compare
Choose a tag to compare
* updated to latest dev branch `5213b02`
* fixed null pointer in messageDeleteEvent.
+ added a login check when sail autosaves files every 5 mins.
- Removed .Class files from commit