✏️
This commit is contained in:
parent
f4bcac1eae
commit
81c78aed7f
1 changed files with 2 additions and 2 deletions
|
@ -32,8 +32,8 @@ module.exports = async (interaction) => {
|
||||||
|
|
||||||
if (!toUser) {
|
if (!toUser) {
|
||||||
const embed = {
|
const embed = {
|
||||||
title: 'Set',
|
title: 'Give',
|
||||||
description: 'That user has no credits, I can not set credits to the user',
|
description: 'That user has no credits, I can not give credits to the user',
|
||||||
color: config.colors.error,
|
color: config.colors.error,
|
||||||
timestamp: new Date(),
|
timestamp: new Date(),
|
||||||
footer: { iconURL: config.footer.icon, text: config.footer.text },
|
footer: { iconURL: config.footer.icon, text: config.footer.text },
|
||||||
|
|
Loading…
Add table
Reference in a new issue