mirror of
https://gitlab.com/qwerinope/qweribot.git
synced 2026-02-04 13:56:57 +01:00
fix revive system, fix iteminfo, add revives to README
This commit is contained in:
@@ -5,5 +5,5 @@ export default createBotCommand('iteminfo', async (params, { say }) => {
|
||||
if (params[0] === undefined) { await say('No item specified!'); return }
|
||||
const selection = items.find(item => item.aliases.includes(params[0].toLowerCase()))
|
||||
if (!selection) { await say('Item not found'); return }
|
||||
await say(selection[1].description)
|
||||
await say(selection.description)
|
||||
}, { aliases: ['item'] })
|
||||
|
||||
Reference in New Issue
Block a user