Bump version
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-11-21 11:15:23 +01:00
parent 0da3eecd29
commit f73b489844
2 changed files with 3 additions and 1 deletions

View File

@@ -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 =