Java Discord Bot Tutorial - Ep 8: Roles and Permissions

preview_player
Показать описание
This is the eighth episode of the java discord bot tutorial. In this episode we will be looking at how to use roles and permissions

Code for this tutorial:

Subscribe:
Рекомендации по теме
Комментарии
Автор

Hey Relaxing Leg, I have a doubt about removing commands from bot, when we create new commands and register them, they do not get unregister if I simply delete the class and run the bot again, I tried finding something related to delete command or something related to that in jda documentation, but I am pretty new to this so I didn't understand much. I would like to know if there is a way to remove commands from the bot other than kicking it, like writing some code which will remove command if its not found.
Thank you for clearing my previous doubt and helping me create a discord bot in java.

DrEggCake