✏️ Fix error titles and descriptions
This commit is contained in:
parent
483b7ee3a9
commit
f4bcac1eae
3 changed files with 6 additions and 6 deletions
|
@ -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 },
|
||||
|
|
|
@ -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 },
|
||||
|
|
|
@ -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 },
|
||||
|
|
Loading…
Add table
Reference in a new issue