Compare commits
No commits in common. "f3003ace7ed9a785e9ee6611a9ae8fd0aa99b0d3" and "10c5f80ae3c6110d8eb50eacca3f07eac019c6b9" have entirely different histories.
f3003ace7e
...
10c5f80ae3
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ object EmbedUtil {
|
|||
|
||||
fun getAllUsersInTheFirstXTables(amountOfTables: Int, e: Embed): List<String> {
|
||||
val users = mutableListOf<String>()
|
||||
for (i in 0 until amountOfTables) {
|
||||
for (i in 0 until amountOfTables - 1) {
|
||||
val f = e.fields[i]
|
||||
if (!f.value.contains("@"))
|
||||
continue // check next one. this one does not have any entries
|
||||
|
|
Loading…
Reference in a new issue