This commit is contained in:
Axel Olausson Holtenäs 2022-03-06 14:26:35 +01:00
parent f4bcac1eae
commit 81c78aed7f
No known key found for this signature in database
GPG key ID: E3AE7E194AE017ED

View file

@ -32,8 +32,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: 'Give',
description: 'That user has no credits, I can not give credits to the user',
color: config.colors.error,
timestamp: new Date(),
footer: { iconURL: config.footer.icon, text: config.footer.text },