mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2025-01-25 18:11:08 +00:00
lockdown: gae -> age
This commit is contained in:
parent
807dd882af
commit
4ee1fbd7e8
|
@ -8,7 +8,7 @@ class Lockdown:
|
||||||
def __init__(self, bot):
|
def __init__(self, bot):
|
||||||
self.bot = bot
|
self.bot = bot
|
||||||
|
|
||||||
async def set_sendmessgae(self, channel: discord.TextChannel,
|
async def set_sendmessage(self, channel: discord.TextChannel,
|
||||||
role, allow_send, issuer):
|
role, allow_send, issuer):
|
||||||
try:
|
try:
|
||||||
roleobj = channel.guild.get_role(role)
|
roleobj = channel.guild.get_role(role)
|
||||||
|
|
Loading…
Reference in a new issue