Skip to content

Commit

Permalink
actually enable autocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
Techbot121 authored and Meta Construct committed Jun 9, 2024
1 parent 6549972 commit c7cdc5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/services/discord/modules/commands/developer/Ban.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ export const SlashBanCommand: SlashCommand = {
type: Discord.ApplicationCommandOptionType.String,
name: "gamemode",
description: "the gamemode to ban from (sandbox_modded by default)",
autocomplete: true,
},
{
type: Discord.ApplicationCommandOptionType.Integer,
Expand Down

0 comments on commit c7cdc5a

Please sign in to comment.