Smogy BOT is a usefull moderation bot totally made in python with the module discord_py
and discord_slash
.
This is all the commands that you can execute only with the permission to write in a channel. If a command is preceded by a " * " it means that the argument is optional.
This command allows you to obtain more information about an order.
/help {command}
This command allows you to report a member who has not respected the rules of the server.
/report {member} {reason} {*proof}
This command allows you to delete a certain number of messages.
/clear {amount}
This command allows you to temporarily mute a member of the discord.
/tempmute {member} {amount: int} {time: (s / m / h / j / mois)} {*reason}
This command allows you to unmutes a member of the discord.
/unmute {member} {*reason}
This command allows you to kick a member of the discord.
/kick {member} {*reason}
This command allows you to temporarily ban a member of the discord.
/tempban {member} {amount: int} {time: (s / m / h / j / mois)} {*reason}
This command allows you to ban a member of the discord.
/ban {member} {*reason}
This command allows to un-ban a member of the discord.
/unban {member} {*reason}
⚠️ The option {member} should be like this : name#1234
This command allows you to get the list of members banned from the discord.
/banlist
This command allows you to warn a member of the discord.
/warn {member} {reason}
This command allows you to see all the sanctions of a discord member.
/sanctions {member}
The bot also send a message on member join the discord.
All bot actions are logged in a file and in a channel exemple :
Author: feytus
Download Link: Download The Source Code
Official Website: https://github.com/feytus/SmogyBOT
#discord #python