1
1
mirror of https://github.com/Burn-E99/GroupUp.git synced 2026-01-08 04:17:54 -05:00

Add Terms and Privacy to info command

This commit is contained in:
Ean Milligan (Bastion)
2023-05-01 03:07:12 -04:00
parent 6a300d6f86
commit ac8913c86c
2 changed files with 11 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import { infoSlashName } from './slashCommandNames.ts';
const details: CommandDetails = {
name: infoSlashName,
description: `Information about ${config.name} and its developer.`,
description: `Information about ${config.name}, its Terms of Service, its Privacy Policy, and its developer.`,
type: ApplicationCommandTypes.ChatInput,
};