mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-01-01 23:35:29 +00:00
[AB-xxx] fixing issue of server id not being provided when manually creating a giveaway
This commit is contained in:
@@ -101,6 +101,7 @@ public class GreateGiveaway extends AbstractConditionableCommand {
|
|||||||
.duration(duration)
|
.duration(duration)
|
||||||
.targetChannel(target)
|
.targetChannel(target)
|
||||||
.winnerCount(winners)
|
.winnerCount(winners)
|
||||||
|
.serverId(creator.getGuild().getIdLong())
|
||||||
.title(title)
|
.title(title)
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user