Skip to content
Jarv edited this page Nov 10, 2025 · 3 revisions

Only admins can place and check mines.

!placemines

Places a number of “mines” in a Discord channel or server.

!placemines [options]

Options

Flag Name Type Default Description
-w, --where Where string "" Channel ID to target. Empty means all channels in the guild.
-g, --guild Guild string "" Guild ID. Only for the bot admin.
-c, --chance ChancePercentage float 5.0 Chance (as a percentage) for a message to trigger a mine.
-a, --amount Amount int 10 Number of mines to place.
-d, --duration Duration string 2m How long the timeout role will last (format 99h99m99s).
-m, --custom_message CustomMessage string "" Custom message shown when a mine triggers. Replaces default text.

Examples

!placemines --chance 7.5 --amount 20 --duration 10m
!placemines -w 987654321098765432 -a 5 -d 30s
!placemines -w 123123123123123123 -m '<user> met Reze!'

!checkmines

Lists the mines placed in the server, and their IDs.


!removemines

Removes the mines with the specified ID.

Examples

!removemines 20
!removemines 302

!removeservermines

Removes all the mines in the server.

Clone this wiki locally