|
@ -7,8 +7,10 @@ import traceback |
|
|
class Extension: |
|
|
class Extension: |
|
|
auth_channel = 960796520247091201 |
|
|
auth_channel = 960796520247091201 |
|
|
default_role = 684828780040421388 |
|
|
default_role = 684828780040421388 |
|
|
|
|
|
core = None |
|
|
def __init__(self, core): |
|
|
def __init__(self, core): |
|
|
if not os.getenv("REGISTER_ENABLED", None): return None |
|
|
if not os.getenv("REGISTER_ENABLED", None): return None |
|
|
|
|
|
self.core = core |
|
|
@core.tree.command(name = "register", description = "Привязать дискорд к стиму") |
|
|
@core.tree.command(name = "register", description = "Привязать дискорд к стиму") |
|
|
@discord.app_commands.describe(profile=core.ANY_INPUT) |
|
|
@discord.app_commands.describe(profile=core.ANY_INPUT) |
|
|
async def register( |
|
|
async def register( |
|
|