Releases: webmasterbot/webm
v1.1.2
What's new in v1.1.2
- Removed "Status" (see why below)
- New commands "fire" and "greekFire" allow moderation
- New command "getMeAButton" allows buttons
- New command "embed" allows embeds to be made and sent
- Variable cleanup
- Bug fixes
- Added
on_command_error
to allow bug catching - Added
on_guild_join
for detecting new servers w/ the bot - Added
on_member_ban
for detecting bans (only in Dragonkind's support server) - Split the commands into extensions ("useFinanceApi" might come back!")
Why we took down "Status"
Well as nearly everyone knows, Dragonkind's (and indeed any other bot's) commands are asynchronous. Which means they can be called, and then start another task without having to wait for a response from the command.
With Status there was a variable "status" that was updated twice every time a command was called.
Imagine if this bot was in hundreds of servers and they called on this bot all at once. That should bring some epic oof to your mind.
So, Status was removed.
What to expect in v1.1.5
- More moderation
- More buttons (think reaction roles!)
- More
v1.0.8
What's new in v1.0.8:
- The commands are now in classes (commands.Cog) to allow for organization
- New command
addRole
allows you to add roles to users (required:discord.Member
,discord.Role
) - New command
eval
allows you to execute Python code through the bot - Introducing "Status", tells you whether the bot is currently executing a command (in beta testing, will go live in v1.1.0)
- New command
ping
tells you how slow the bot responds to commands.
Sneak peek at v1.1.2: includes new moderation features!
v1.0.2
Dragonkind
This is the GitHub repository for the Dragonkind Discord bot.
Dragonkind v1.0.2 will launch on April 1st. Join up now!
We'd appreciate your feedback! Submit feedback
Links to pages not included
Command updates
There have been a few changes to commands:
hackem
is nowgetInfo
getInfo
is now available to all usersuseHelp
,useFinanceApi
, and the stop equivalent commands have been removed (they don't work)dmInfo
has been removed (likely to not be used)join
andleave
allow the bot to join/leave your voice channel
Commands
&whatsnew
Returns the release notes of the bot's current version.
&say text
Returns text
. But beware! It could get a little repetitive...
&doit
Try this command and never use it again. This command makes the bot a little frustrated. Lol.
&getInfo user
Gets information about user
: username, account creation date, and roles. This command is now open to all users.
&join
If you are connected to a voice channel, the bot will connect to it.
&leave
Leaves the voice channel.