Remove "at" from message
This commit is contained in:
parent
d3814f8892
commit
18791ad9de
2
index.js
2
index.js
|
@ -351,7 +351,7 @@ client.on('interactionCreate', async interaction => {
|
|||
title: `We are now at DEFCON ${defcon}`,
|
||||
description: config.DEFCON.levels[defcon].message,
|
||||
footer: {
|
||||
text: `Updated by ${interaction.user.displayName} at`
|
||||
text: `Updated by ${interaction.user.displayName}`
|
||||
},
|
||||
timestamp: new Date()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue