✏️ Fix error titles and descriptions

This commit is contained in:
Axel Olausson Holtenäs 2022-03-06 14:26:26 +01:00
parent 483b7ee3a9
commit f4bcac1eae
No known key found for this signature in database
GPG key ID: E3AE7E194AE017ED
3 changed files with 6 additions and 6 deletions

View file

@ -46,8 +46,8 @@ module.exports = async (interaction) => {
if (!toUser) {
const embed = {
title: 'Set',
description: 'That user has no credits, I can not set credits to the user',
title: 'Gift',
description: 'That user has no credits, I can not gift credits to the user',
color: config.colors.error,
timestamp: new Date(),
footer: { iconURL: config.footer.icon, text: config.footer.text },

View file

@ -33,8 +33,8 @@ module.exports = async (interaction) => {
if (!toUser) {
const embed = {
title: 'Set',
description: 'That user has no credits, I can not set credits to the user',
title: 'Take',
description: 'That user has no credits, I can not take credits from the user',
color: config.colors.error,
timestamp: new Date(),
footer: { iconURL: config.footer.icon, text: config.footer.text },

View file

@ -47,8 +47,8 @@ module.exports = async (interaction) => {
if (!toUser) {
const embed = {
title: 'Set',
description: 'That user has no credits, I can not set credits to the user',
title: 'Transfer',
description: 'That user has no credits, I can not transfer credits to the user',
color: config.colors.error,
timestamp: new Date(),
footer: { iconURL: config.footer.icon, text: config.footer.text },