For the complete documentation index, see llms.txt. This page is also available as Markdown.

list

Displays a list of all available giveaways in your server.

giveawaylist, gwlist

30 seconds

  • MANAGE_SERVER: The discord user running the command should have at least this permission in the giveaway server.

  • VIEW_CHANNEL: Nyaru should be able to view the giveaway channel.

  • SEND_MESSAGES: Nyaru should be able to send the giveaway message.

  • EMBED_LINKS: Nyaru should be able to send giveaway embeds in the giveaway channel.

Usage

@Nyaru glist

/giveaway list [Type]

Example

In the slash command, you have an optional property Type that allows you to narrow down your giveaway list selection from all giveaways.

  1. All: This is the default type selection, it shows you all giveaways on the server.

  2. Running: This narrows the giveaway list to only running giveaways on the server.

  3. Ended: This narrows the giveaway list to only ended giveaways on the server.

Scenario: You want to display only the running giveaways on the server:

/giveaway list type: running

Last updated