Skip to content

Commit

Permalink
Add inf to thankyous
Browse files Browse the repository at this point in the history
  • Loading branch information
Naamloos committed Oct 20, 2023
1 parent d2a5175 commit 41958ec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ModCore/Commands/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@ public async Task AboutAsync(InteractionContext ctx)
"[DrCreo](https://github.com/DrCreo), " +
"[aexolate](https://github.com/aexolate), " +
"[Drake103](https://github.com/Drake103), " +
"[Izumemori](https://github.com/Izumemori) and " +
"[OoLunar](https://github.com/OoLunar)")
"[Izumemori](https://github.com/Izumemori), " +
"[OoLunar](https://github.com/OoLunar) and " +
"[InFTord](https://github.com/InFTord)")
.AddField("Want to contribute?", "Contributions are always welcome at our [GitHub repo.](https://github.com/Naamloos/ModCore)")
.AddField("Donate?", "Currently, ModCore is hosted off my (Naamloos's) own money. Donations are always welcome over at [Ko-Fi](https://ko-fi.com/Naamloos)!")
.WithThumbnail(ctx.Client.CurrentUser.AvatarUrl)
Expand Down

0 comments on commit 41958ec

Please sign in to comment.