mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-25 02:57:30 +00:00
Send review messages to new channel
This commit is contained in:
parent
68dadec7ac
commit
d23c806a35
1 changed files with 2 additions and 2 deletions
|
|
@ -47,7 +47,7 @@ export default class DiscordEventHandler {
|
|||
if (skin == null) {
|
||||
return;
|
||||
}
|
||||
const dest = await this.getChannel(Config.TWEET_BOT_CHANNEL_ID);
|
||||
const dest = await this.getChannel(Config.SKIN_REVIEW_CHANNEL_ID);
|
||||
await DiscordUtils.postSkin({
|
||||
md5,
|
||||
title: (filename) => `Approved by ${ctx.username}: ${filename}`,
|
||||
|
|
@ -61,7 +61,7 @@ export default class DiscordEventHandler {
|
|||
if (skin == null) {
|
||||
return;
|
||||
}
|
||||
const dest = await this.getChannel(Config.TWEET_BOT_CHANNEL_ID);
|
||||
const dest = await this.getChannel(Config.SKIN_REVIEW_CHANNEL_ID);
|
||||
await DiscordUtils.postSkin({
|
||||
md5,
|
||||
title: (filename) => `Rejected by ${ctx.username}: ${filename}`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue