joeShuff / discord-RPGSteveBot

Discord bot to run a Minecraft variant of D&D in discord. Perfect for remote games.
GNU General Public License v3.0
0 stars 0 forks source link

Error from Bot #41

Open joeShuff opened 3 years ago

joeShuff commented 3 years ago

Error collected from SteveBot

  File "bot.py", line 74, in on_message
    await process_command(bot, message)
  File "/home/ec2-user/Home/discordbots/SteveBot/commands/CommandManager.py", line 79, in process_command
    await me_command(message)
  File "/home/ec2-user/Home/discordbots/SteveBot/commands/me/me.py", line 37, in me_command
    await print_character(message.channel, char, True)
  File "/home/ec2-user/Home/discordbots/SteveBot/db/printer.py", line 75, in print_character
    await channel.send(embed=main_embed)
  File "/usr/local/lib/python3.6/site-packages/discord/abc.py", line 870, in send
    data = await state.http.send_message(channel.id, content, tts=tts, embed=embed, nonce=nonce)
  File "/usr/local/lib/python3.6/site-packages/discord/http.py", line 221, in request
    raise Forbidden(r, data)
discord.errors.Forbidden: 403 Forbidden (error code: 50013): Missing Permissions
joeShuff commented 3 years ago

+1

Error collected from SteveBot

  File "bot.py", line 74, in on_message
    await process_command(bot, message)
  File "/home/ec2-user/Home/discordbots/SteveBot/commands/CommandManager.py", line 79, in process_command
    await me_command(message)
  File "/home/ec2-user/Home/discordbots/SteveBot/commands/me/me.py", line 25, in me_command
    await print_character(message.channel, char, True)
  File "/home/ec2-user/Home/discordbots/SteveBot/db/printer.py", line 75, in print_character
    await channel.send(embed=main_embed)
  File "/usr/local/lib/python3.6/site-packages/discord/abc.py", line 870, in send
    data = await state.http.send_message(channel.id, content, tts=tts, embed=embed, nonce=nonce)
  File "/usr/local/lib/python3.6/site-packages/discord/http.py", line 221, in request
    raise Forbidden(r, data)
discord.errors.Forbidden: 403 Forbidden (error code: 50013): Missing Permissions