Update
This commit is contained in:
parent
85e008a15a
commit
b24773cdee
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ class usercommands(commands.Cog):
|
||||||
@commands.user_command(
|
@commands.user_command(
|
||||||
name="meonlytest",
|
name="meonlytest",
|
||||||
description="say hi anywhere!",
|
description="say hi anywhere!",
|
||||||
guild_ids=666378959184855042,
|
guild_ids=[666378959184855042],
|
||||||
)
|
)
|
||||||
async def meonlytestcommand(self, inter: disnake.ApplicationCommandInteraction):
|
async def meonlytestcommand(self, inter: disnake.ApplicationCommandInteraction):
|
||||||
await inter.response.send_message("User installable commands everyone!")
|
await inter.response.send_message("User installable commands everyone!")
|
||||||
|
|
Loading…
Reference in a new issue