| Rank | Bot | Approximate Server Count | Library |
|---|---|---|---|
| 1 | MEE6 | 21,300,000 | Custom Python |
| 2 | Rythm | 14,900,000 | JDA |
| 3 | carl-bot |
12,100,000 | Pycord |
| 4 | Dyno | 10,600,000 | Eris |
| 5 | Midjourney Bot |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| data class ExamResult(val name: String, val score: Int) | |
| fun main() { | |
| runTests() | |
| } | |
| // Return "A" if the score is b/w 90 and 100 | |
| // "B" if the score is b/w 80 and 89 | |
| // "C" if the score is b/w 70 and 79 | |
| // "F" for anything else |