diff options
author | Brady <thatgravyboat@gmail.com> | 2024-04-16 00:08:22 -0230 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-16 12:38:22 +1000 |
commit | f66e2a5667a56c6f1a3145640b9f913f3edb6ef2 (patch) | |
tree | 3668c3ee77a0a91e4273519175d88e28d3c16fed | |
parent | 668c3a37c3d7b0570f7da6fb1d4629680951cd55 (diff) | |
download | NotEnoughUpdates-f66e2a5667a56c6f1a3145640b9f913f3edb6ef2.tar.gz NotEnoughUpdates-f66e2a5667a56c6f1a3145640b9f913f3edb6ef2.tar.bz2 NotEnoughUpdates-f66e2a5667a56c6f1a3145640b9f913f3edb6ef2.zip |
meta: Add ThatGravyBoat to dev test (#1100)
-rw-r--r-- | src/main/kotlin/io/github/moulberry/notenoughupdates/commands/dev/DevTestCommand.kt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/kotlin/io/github/moulberry/notenoughupdates/commands/dev/DevTestCommand.kt b/src/main/kotlin/io/github/moulberry/notenoughupdates/commands/dev/DevTestCommand.kt index 53e62045..b142ccc1 100644 --- a/src/main/kotlin/io/github/moulberry/notenoughupdates/commands/dev/DevTestCommand.kt +++ b/src/main/kotlin/io/github/moulberry/notenoughupdates/commands/dev/DevTestCommand.kt @@ -66,7 +66,8 @@ class DevTestCommand { "7a9dc802-d401-4d7d-93c0-8dd1bc98c70d", // efefury "bb855349-dfd8-4125-a750-5fc2cf543ad5", // hannibal2 "eaa5623c-8413-46b7-a74b-2d74a42b2841", // calmwolfs - "e2c6f077-d45c-43ac-8322-857c7f8df3b9" // vixid + "e2c6f077-d45c-43ac-8322-857c7f8df3b9", // vixid + "503450fc-72c2-4e87-8243-94e264977437" // thatgravyboat ) val SPECIAL_KICK = "SPECIAL_KICK" |