setgiv(2) - LynxBot manual
NAME
setgiv - change giveaway settings
SYNOPSIS
$setgiv [-f|-i|-t] [-n LIM] COMMAND
DESCRIPTION
setgiv changes the status of a LynxBot giveaway while the bot is running. By default, it modifies the master giveaway setting but, through the -f and -t flags, it can be used to change follower or timed giveaway settings, respectively.
The -f and -t flags can be combined with the -n option to change the giveaway limit.
OPTIONS
- -f, --followers
- change the follower giveaway setting
- --help
- print brief description and usage information
- -i, --image
- change the image-based giveaway setting (GNU/Linux systems only)
- -n, --amount=LIM
- with -f or -t: change the giveaway limit to the value of LIM
- -t, --timed
- change the timed giveaway setting
COMMANDS
- on
- enable the giveaway
- off
- disable the giveaway
- check
- print giveaway status
EXAMPLES
Activates the master giveaway setting (individual follower or timed settings may still be inactive):
$setgiv on
Turns follower giveaways on (uses the saved follower limit):
$setgiv -f on
Turns timed giveaways off:
$setgiv -t off
Sets timed giveaways to occur every 10 minutes:
$setgiv -t -n 10 on
Prints the status of all giveaway settings:
$setgiv check