get rid of the MessageDistributor module... & update discord, to work with API v10
Added discord commands (issue: as they're running over the event hub, they're processed on the same track as other events. => activity ingame triggers the next run; otherwise there's some delay for responses) relay is a standard module now.
This commit is contained in:
@@ -47,7 +47,7 @@ class TimeController:
|
||||
day += "rd"
|
||||
else:
|
||||
day += "th"
|
||||
return f"Currently its {now.hour}:{now.minute}:{now.second} " \
|
||||
return f"Currently its {now.hour:02}:{now.minute:02}:{now.second:02} " \
|
||||
f"{calendar.month_name[now.month]} {day}, {now.year + 27474} Rubi-Ka Universal Time."
|
||||
|
||||
@command(command="time", params=[Any("timezone")], access_level="member",
|
||||
|
||||
Reference in New Issue
Block a user