mirror of
https://github.com/aydenjahola/discord-multipurpose-bot.git
synced 2024-11-22 08:45:55 +00:00
commands: add Powered by Urban Dictionary to urban dictionary
This commit is contained in:
parent
a9e163c104
commit
80563bcb9f
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ module.exports = {
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
.setFooter({
|
.setFooter({
|
||||||
text: `${serverName} | Source: ${source}`,
|
text: `${serverName} | Powered by Urban Dictionary | Source: ${source}`,
|
||||||
iconURL: serverIcon,
|
iconURL: serverIcon,
|
||||||
})
|
})
|
||||||
.setTimestamp();
|
.setTimestamp();
|
||||||
|
|
Loading…
Reference in a new issue