Remove "at" from message

This commit is contained in:
Christopher Cookman 2024-04-17 17:30:49 -06:00
parent d3814f8892
commit 18791ad9de
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

View file

@ -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()
}