mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 22:53:06 -04:00
fix error message
This commit is contained in:
parent
76eec8ea27
commit
8bdac15ec6
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ module.exports = {
|
|||
if(!res.data.platforms[args.type]){
|
||||
let embed = createEmbed("error", context, "No emoji image available for platform '" + args.type.toLowerCase() + "'.")
|
||||
embed.footer = {
|
||||
text: "Available platforms: " + Object.keys(res.data.vendor_images).join(', ').substr(0, 2000)
|
||||
text: "Available platforms: " + Object.keys(res.data.platforms).join(', ').substr(0, 2000)
|
||||
}
|
||||
return await editOrReply(context, embed)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue