You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 22, 2023. It is now read-only.
setAuthor("Gameboi Help Commands", "https://github.com/RayzrDev/Gameboi", event.jda.selfUser.effectiveAvatarUrl)
27
+
setAuthor(
28
+
"Gameboi Help Commands",
29
+
"https://github.com/RayzrDev/Gameboi",
30
+
event.jda.selfUser.effectiveAvatarUrl
31
+
)
28
32
setColor(0x353940)
29
33
build()
30
34
}
@@ -53,21 +57,28 @@ object AboutCommand : Command("about", "Shows you more information about Gameboi
53
57
val embed =EmbedBuilder().run {
54
58
setTitle("What is Gameboi?")
55
59
56
-
setDescription("""
60
+
setDescription(
61
+
"""
57
62
**Gameboi** is a simple Discord bot made for Discord Hack Week 2019 with a plethora of small games you can play, a charming and nostalgic pixel art style, and a global currency and rewards system!
58
63
59
64
With **2 multiplayer** games (Fight & Connect 4) and **2 singleplayer** games (Hangman & 2048), Gameboi is sure to liven up any server, and the charm of its retro pixel-art graphics feels right at home to any old-school gamer.
60
65
61
66
:tada: Click [here](${event.jda.getInviteUrl(Permission.MESSAGE_MANAGE)}) to add **Gameboi** to your server!
62
67
:link: Click [here](https://github.com/RayzrDev/Gameboi) to check out the source code for **Gameboi**!
63
68
:heart: Click [here](https://patreon.com/Rayzr522) if you want to support **Gameboi** and its creators!
0 commit comments