🔊 shopRole roleId
This commit is contained in:
parent
8589ad376a
commit
2d6fd87a86
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ export default async (client: Client) => {
|
|||
const oneHourAfterPayed = payed?.setHours(payed?.getHours() + 1);
|
||||
|
||||
if (new Date() > new Date(oneHourAfterPayed)) {
|
||||
logger?.verbose(`Shop role ${shopRole?.name} is expired.`);
|
||||
logger?.verbose(`Shop role ${shopRole?.roleId} is expired.`);
|
||||
|
||||
// Get guild object
|
||||
const guild = await guildSchema?.findOne({
|
||||
|
|
Loading…
Add table
Reference in a new issue