LotusBot is a Discord server moderation bot written using discord.py with the capability to warn, mute, kick, and ban members.
You can add the bot by clicking here and following the steps on screen.
LotusBot requires the VIEW_CHANNELS, READ_MESSAGE_HISTORY, SEND_MESSAGES, MANAGE_ROLES, KICK_MEMBERS, and BAN_MEMBERS permissions to function properly.
List of commands and the proper syntax:
!help
Sends a list of all commands, what they do, and the permissions necessary to run them. Effectively the same as this section.
!ping
Returns the bot latency from the server, in milliseconds.
!warn
Adds an official warning to the !case logs and DMs the user.
Requires the MANAGE_ROLES permission.
!mutedrole <@role>
Sets the role used for the !mute command.
Requires the MANAGE_ROLES permission.
!mute
Temporarily adds the role defined by !mutedrole.
Automatically removes it after the given period of time. Requires the MANAGE_ROLES permission.
!kick
Kicks a member from the server; however, they can still rejoin.
Requires the KICK_MEMBERS permission.
!ban
Permanently bans a member from the server.
Requires the BAN_MEMBERS permission.