mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2024-12-23 09:35:30 +00:00
Update lockdown.py
This commit is contained in:
parent
0718b97ba9
commit
2c7908ace4
|
@ -1,7 +1,7 @@
|
||||||
import discord
|
import discord
|
||||||
import asyncio
|
import asyncio
|
||||||
from discord.ext import commands
|
from discord.ext import commands
|
||||||
from config import modlog_channel, staff_role_ids, participant_role, community_channels, general_channels, hacker_role, community_role
|
from config import log_channel, staff_role_ids, participant_role, community_channels, general_channels, hacker_role, community_role
|
||||||
|
|
||||||
class Lockdown:
|
class Lockdown:
|
||||||
"Lockdown Commands"
|
"Lockdown Commands"
|
||||||
|
|
Loading…
Reference in a new issue