-
-
Notifications
You must be signed in to change notification settings - Fork 79
Removing items
IdiNium edited this page Feb 3, 2021
·
1 revision
If you want to remove an item from the pricelist, simply use any identifying parameters (name
, defindex
, sku
, or item
).
- Example: You want to remove Non-Craftable Tour of Duty Ticket (4 options)
!remove name=Tour of Duty Ticket&craftable=false
!remove defindex=725&craftable=false
!remove sku=725;6;uncraftable
!remove item=Non-Craftable Tour of Duty Ticket
This bot has a feature to remove all item entries in your pricelist at once, or remove only items of a specific group.
Simply send !remove all=true
to your bot. Once you've sent this to your bot, it will reply with:
⚠️ Are you sure that you want to remove x items? Try again with i_am_sure=yes_i_am
Confirm to remove all items from the pricelist with !remove all=true&i_am_sure=yes_i_am
.
Send !remove all=true&withgroup=<groupName>
, and your bot will reply for confirmation.
Once confirmed, send !remove all=true&withgroup=<groupName>&i_am_sure=yes_i_am
.
- Getting a VPS
- Downloading the bot
- Configuring the bot
- Running the bot (node and PM2)
- Introduction to pricelist
- Parameters
- Manage pricelist
- Other commands