p!timezone - battlecatsultimate/PackPack GitHub Wiki
Type : Constraint Command
Level : Member
DM : Allowed
tz
Timezone [Required]
: Timezone to be set, it must be in format of GMT. Range is from -12 to 12 thus, you don't need to write down GMT
, but only number
- Example :
p!timezone 12
,p!timezone -5
Since discord client doesn't have capability to offer timezone of the users, bot doesn't know what this user's timezone is. Some of commands such as p!printitemevent
can show event data considering users' timezone, you can assign your timezone to the bot, so that it can consider your time when performing said commands.
As parameter section says, you have to pass the timezone data with format of GMT. You can easily figure out this by googling My time zone to GMT
, or use this site.
Setting time zone |
Once you figured out your time zone as GMT, you have to pass only number of it. For example, if your time zone turns out to be GMT+4, then you can write p!timezone 4
(or p!tz 4
). If your time zone is GMT-7, then you can write p!tz -7
, and so on. Thus range is from -12 to 12, you can't pass any number other than this range.