Skip to content

Releases: Wizkiller96/WizBot

WizBot v0.9 Final

24 Jan 05:37
Compare
Choose a tag to compare

WizBot v0.9 Final

This is the final version for WizBot v0.9.

WizBot v1.0

For an updated version of WizBot, you can clone the dev branch for version 1.0

WizBot v0.98

16 May 22:22
Compare
Choose a tag to compare
  • Playlist queue limit raised to 500.
  • Some bugfixes.
  • .remindmsg for custom remind message formatting.
  • .aar for auto assinging roles on user join.
  • Prettier .logserver
  • $lb command added (lists top 10 richest people in terms of bot currency)
  • You can specify custom number of points for winning trivia now.
  • $$$ @usr now works to check someone else's currency.
  • .renr (rename role) added.
  • .whoplays some game lists all users whoe play "some game".
  • Added nickname and Last Online to .uinfo (will only be shown set. Last online is set if user went offline while bot was online)

WizBot v0.97

14 May 00:52
Compare
Choose a tag to compare
  • you can now queue youtube playlists properly again (a bug in last version)

Added custom reactions module thx to @appelemac

_Quite a few commands from the conversation module have been moved to custom reaction commands.
_After you add/delete custom commands, you should restart the bot. (either by typing .restart if you are on WINDOWS or just manually restarting if you prefer/are on other platform)*

New commands
.acr and .dcr require you to be a bot owner.

.acr
Adds a new custom command. If you add multiple commands with the same name, it will pick random one. First argument is the name, second one is the response. For example .acr hello hi. Now the bot will reply hi whenever someone types hello. For more than 1 word command, wrap it in ".

For example: .acr "hello there" hi there - now it will print "hi there" whenever someone types "hello there". Currently you can add this placeholders which will get replaced with appropriate text:

%mention% - replaces it with bot mention

%user% - replaces it with the user runner's mention

%target% - replaces it with a mention of another person from within the original message

%rng% - replaces it with a random number

for example: .acr "%mention% hello" Hello %user%

(we will add much more of these over time)

*.dcr "command name" (optional index)
Deletes either whole custom command and all its responses or a single command's response via an index (if you have multiple responses for the same command).
For example: .dcr "hi there" or .dcr "hi there" 1. You can get an index by using .lcr [page number]

.lcr [number]
Prints a list of custom reactions. Paginated. (for example: .lcr 1 or .lcr 4)