ArjanCodes / discord-bot

MIT License
11 stars 2 forks source link

Add managment system #2

Closed Kobu closed 3 years ago

Kobu commented 3 years ago

Implement a system with basic server managment functionalities:

Kobu commented 3 years ago

Warn user

Mute user

Kick user

Ban user

Ban user

PedanticHacker commented 3 years ago

Please see this link: https://discordhub.com/bot/commands

In there you'll find commands such as !ban @user which have the ! as a command prefix and the @ before the user parameter. I'd follow there format.

Kobu commented 3 years ago

Yes the @ before user parameter is allowed in every command as mentioned for example here

It is the most reliable way of identifying a user. As far as the command prefix goes it is still a subject to discussion. We can create a community poll in the discord server.