change rolki embed footer text

This commit is contained in:
2021-10-05 16:40:02 +02:00
parent ec8f822845
commit 7f52ee191f

View File

@@ -42,7 +42,7 @@ module.exports = {
embed.author = { name: 'Rolki' }; embed.author = { name: 'Rolki' };
embed.description = cl.cfg.embedFields.rolkiDesc; embed.description = cl.cfg.embedFields.rolkiDesc;
embed.footer = { embed.footer = {
text: `Komenda wywołana przez ${msg.author.tag}`, text: `#witaj`,
icon_url: cl.cfg.iconurl, icon_url: cl.cfg.iconurl,
}; };
embed.timestamp = new Date(); embed.timestamp = new Date();