mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-22 01:05:02 +00:00
Add support for server-specific timezone and date format settings
This commit is contained in:
parent
4c9b5778b2
commit
8bd1572e2a
51 changed files with 326 additions and 168 deletions
|
@ -21,7 +21,7 @@ export const FollowCmd = locateUserCommand({
|
|||
|
||||
async run({ message: msg, args, pluginData }) {
|
||||
const time = args.duration || 10 * MINUTES;
|
||||
const alertTime = moment().add(time, "millisecond");
|
||||
const alertTime = moment.utc().add(time, "millisecond");
|
||||
const body = args.reminder || "None";
|
||||
const active = args.active || false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue