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)
|
||||
.targetChannel(target)
|
||||
.winnerCount(winners)
|
||||
.serverId(creator.getGuild().getIdLong())
|
||||
.title(title)
|
||||
.build();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user