mirror of
https://github.com/xHyroM/roles-bot.git
synced 2024-11-21 16:11:04 +01:00
feat(bot): add info command
This commit is contained in:
parent
ad9b4cf085
commit
25a986b0a8
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
import { InteractionResponseType } from "discord-api-types/v10";
|
import { InteractionResponseType, MessageFlags } from "discord-api-types/v10";
|
||||||
import { Command } from "../structs/Command";
|
import { Command } from "../structs/Command";
|
||||||
|
|
||||||
new Command({
|
new Command({
|
||||||
|
@ -10,6 +10,7 @@ new Command({
|
||||||
data: {
|
data: {
|
||||||
content:
|
content:
|
||||||
"[Website](https://roles-bot.xhyrom.dev/) | [Discord](https://discord.gg/kFPKmEKeMS)",
|
"[Website](https://roles-bot.xhyrom.dev/) | [Discord](https://discord.gg/kFPKmEKeMS)",
|
||||||
|
flags: MessageFlags.Ephemeral,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue