mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-25 19:13:54 +00:00
Fix bug when reviewing skins
This commit is contained in:
parent
235ac53519
commit
904ccbc203
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ async function reviewSkin(message) {
|
|||
filename,
|
||||
md5,
|
||||
title: `Review: ${filename}`,
|
||||
dest: message.client.channels
|
||||
dest: message.channel
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue