CodeX
This commit is contained in:
@@ -19,6 +19,7 @@ from discord.ui import LayoutView, TextDisplay, Separator, Container, ActionRow,
|
||||
import aiosqlite
|
||||
from utils.Tools import *
|
||||
from utils.cv2 import CV2, build_container
|
||||
from utils.config import OWNER_IDS_STR
|
||||
|
||||
|
||||
|
||||
@@ -106,7 +107,7 @@ class Extraowner(commands.Cog):
|
||||
if ctx.guild.member_count < 2:
|
||||
return await ctx.send(view=CV2(f"{CROSS} Error", "Your Server Doesn't Meet My 30 Member Criteria"))
|
||||
|
||||
Ray = ['870179991462236170','767979794411028491']
|
||||
Ray = OWNER_IDS_STR
|
||||
if ctx.author.id != ctx.guild.owner_id and str(ctx.author.id) not in Ray:
|
||||
return await ctx.send(view=CV2(f"{ZWARNING} Access Denied", "Only Server Owner Can Run This Command"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user