global or guild based command specifier #3362
Answered
by
msciotti
papsavas
asked this question in
API Feature Requests & Ideas
-
Description Add a specifier to an incoming Command Interaction, indicating if it concerns a global or a guild specified command Why This is Needed |
Beta Was this translation helpful? Give feedback.
Answered by
msciotti
Sep 29, 2021
Replies: 1 comment 1 reply
-
There's a couple ways you can already accomplish this:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
msciotti
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's a couple ways you can already accomplish this:
guild_id
in the interaction isnull
id
of the command, if you have duplicates between guild and global commands. i.e. my global/ban
is always1234
and guild/ban
is anything elsemember
resolved object