.sh files
so in my friend's server i wanted to run a bash bot for the whitelist program (for a minecraft server) made of shell script as it is made of shell script others can't run it so i decided to use this bot but it didn't work so i tried sh script.sh -asd (the code)
Ignoring exception in on_message Traceback (most recent call last): File "/home/clerickx/.local/lib/python3.9/site-packages/discord/client.py", line 312, in _run_event await coro(*args, **kwargs) File "/home/clerickx/BashBot/bashbot/bot.py", line 136, in on_message await message.delete() File "/home/clerickx/.local/lib/python3.9/site-packages/discord/message.py", line 759, in delete await self._state.http.delete_message(self.channel.id, self.id) File "/home/clerickx/.local/lib/python3.9/site-packages/discord/http.py", line 241, in request raise Forbidden(r, data) discord.errors.Forbidden: 403 Forbidden (error code: 50013): Missing Permissions
and then it gave me this message