kevinthedang / discord-ollama

Discord Bot that utilizes Ollama to interact with any Large Language Models to talk with users and allow them to host/create their own models.
Creative Commons Attribution 4.0 International
45 stars 5 forks source link

Recognize Administrator Roles #31

Closed kevinthedang closed 2 months ago

kevinthedang commented 3 months ago

Issue

Notes

I also found this sample

let guild = discord.guilds.cache.get(guilds.id)
let member = guild.members.cache.get(member.id)
if (!member.hasPermission("ADMINISTRATOR")) return message.channel.send("You are not an admin!")

image