lockdown: gae -> age
This commit is contained in:
parent
807dd882af
commit
4ee1fbd7e8
1 changed files with 1 additions and 1 deletions
|
@ -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