diff --git a/index.js b/index.js index 9e9db0c..10b32fa 100644 --- a/index.js +++ b/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() }