misc..
This commit is contained in:
@ -22,9 +22,9 @@ export default async bot => {
|
||||
`;
|
||||
|
||||
if(rows.length === 0)
|
||||
return e.reply("no f0cks given! lol D:");
|
||||
return await e.reply("no f0cks given! lol D:");
|
||||
|
||||
e.reply([
|
||||
await e.reply([
|
||||
`${cfg.main.url.full}/${rows[0].id}`,
|
||||
`user: ${rows[0].username} @ ${rows[0].usernetwork} ${rows[0].userchannel}`,
|
||||
`~${lib.formatSize(rows[0].size)}`,
|
||||
|
Reference in New Issue
Block a user