🇬🇧
Slotbot
Invite botCalendarSupport
English
English
  • What is Slotbot?
  • Events
    • Event calendar
    • Event details
  • Integrations
    • Discord
      • Participant management
      • Bot commands
        • Add community
        • Add event to channel
        • Add slot
        • Archive
        • Block slot
        • Delete slot
        • Event Ping
        • Force slot
        • Force unslot
        • Random slot
        • Rebuild archive
        • Rename slot
        • Rename squad
        • Slot
        • Swap
        • Unslot
      • Recommended configuration
      • Reminders
      • Archive
    • Calendar sync
    • API documentation
  • Event creation
    • Wizard
      • Arma 3 Slotlist Generation
    • Formatting
    • Event Standards
    • Special event details
  • Community Management
    • Communities / Guilds
  • FAQ
    • FAQs
    • Changelog
      • Update 08.08.2024
      • Update 21.07.2024
      • Update 18.07.2024
      • Update 08.06.2024
      • Update 12.03.2024
      • Update 09.01.2024
      • Update 29.12.2023
      • Update 25.11.2023
      • Update 15.11.2023
      • Update 13.10.2023
      • Update 10.09.2023
      • Update 28.07.2023
      • Update 27.06.2023
      • Update 13.06.2023
      • Update 10.05.2023
      • Update 08.05.2023
      • Update 31.03.2023
      • Update 22.02.2023
      • Update 16.02.2023
      • Update 03.12.2022
      • Update 30.11.2022
      • Update 06.02.2022
      • Update 23.11.2021
      • Update 14.11.2021
      • Update 24. & 26.10.2021
      • Update 18.10.2021
      • Update 09.09.2021
      • Update 03.08.2021
      • Update 28.07.2021
      • Update 13.07.2021
      • Update 12.06.2021
      • Update 17.05.2021
      • Update 14.05.2021
      • Before 05.2021
Powered by GitBook
On this page
  • What is a Guild?
  • What is a Squad?
  • What is a Slot?
  • What permissions does the Discord Bot require?
  1. FAQ

FAQs

Find answers to some of the most frequently asked questions

PreviousCommunities / GuildsNextChangelog

Last updated 1 year ago

What is a Guild?

A Discord server. Usually synonymous with a community or clan.

An event has exactly one owner guild. A user can be assigned to several guilds.

What is a Squad?

A group in an event. Contains one or more slots.

What is a Slot?

A single slot in an event. A single participant registers for a slot, which indicates their interest or agreement to participate.

What permissions does the Discord Bot require?

In order to make the various functions available as easily and smoothly as possible, the Discord Bot requires certain rights. The following actions are carried out with them. "Channels" include the standard text channels as well as threads and forum posts.

  • View channel and Send messages (in Threads) to and update events and send . To send , the bot must also have access to the archive channel. Selection options can also be offered when configuring the archive channel if the permission to view channels is given.

  • Embed links to output the event details and the event separator.

  • (Optional) Manage messages to pin the slot list in the event channel.

  • (Optional) Read message history to remove the information for pinning the event details between or below the slot list.

    • With this permission, the bot cannot read the content of other users' messages. It only receives information about the meta information of the messages. (More on this in the )

  • Interactions with the bot via slash commands.

  • Information about the members of a Discord server to automatically assign or revoke permissions when they change roles or leave a community. (GUILD_MEMBERS)

  • Deleted channels and Deleted messages to automatically delete event and archive channel links. (GUILD_MESSAGES)

How can I be sure that no further actions will be taken?

This additional information is forwarded to the bot by Discord (Intents ):

All of the bot's source code is open source. This allows you to see which listeners are active and what interactions are taking place. Particularly relevant are the classes below .

output
messages to event participants
archive messages
Discord FAQ
https://discord.com/developers/docs/topics/gateway#list-of-intents
de.webalf.slotbot.service.bot