flaree / flare-cogs

Various cogs written for Red-DiscordBot
MIT License
76 stars 69 forks source link

Update joinmessage.py #184

Closed jmesfo0 closed 1 year ago

jmesfo0 commented 1 year ago

replaced guild.me and guild.me.name with guild fixed grammar, join message says thanks for joining, not "inviting"

flaree commented 1 year ago

https://discordpy.readthedocs.io/en/stable/api.html?highlight=permissions_for#discord.TextChannel.permissions_for it expects a member/role obj, not a guild

flaree commented 1 year ago

This is also a cog for posting a message when the BOT joins a server, not a user

jmesfo0 commented 1 year ago

This is also a cog for posting a message when the BOT joins a server, not a user

ah, ok that makes more sense now then. sorry 👍