This commit is contained in:
parent
0da3eecd29
commit
f73b489844
@ -16,6 +16,8 @@ public class Configuration
|
||||
private static final long botOwnerId = 979809420714332260L;
|
||||
|
||||
private final static String expiryTimestampFormat = "yy/MM/dd HH:mm:ss";
|
||||
|
||||
// note: discord sets interactions' expiry time to 15 minutes by default, so we can't go higher than that.
|
||||
private final static long expiryTimeSeconds = 60L;
|
||||
|
||||
private final static String defaultInviteLink =
|
||||
|
@ -26,7 +26,7 @@ import java.util.concurrent.TimeUnit;
|
||||
public class HidekoBot
|
||||
{
|
||||
private static String botToken;
|
||||
private static final String version = "0.1.0-slash"; // we should probably find a way to make this consistent with Maven
|
||||
private static final String version = "0.1.1-slash"; // we should probably find a way to make this consistent with Maven
|
||||
|
||||
private static JDA jda;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user