Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Update GeneralModule.cs #727

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Miki/Modules/GeneralModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ public async Task DonateAsync(IContext e)
Description = e.GetLocale().GetString("miki_module_general_info_donate_string"),
Color = new Color(0.8f, 0.4f, 0.4f),
}.AddField("Links", "https://www.patreon.com/mikibot - if you want to donate every month and get cool rewards!\nhttps://ko-fi.com/velddy - one time donations please include your discord name#identifiers so i can contact you!", true)
.AddField("Don't have money?", "You can always support us in different ways too! Please participate in our [idea](https://suggestions.miki.ai/) discussions so we can get a better grasp of what you guys would like to see next! Or vote for Miki on [Discordbots.org](https://discordbots.org/bot/160105994217586689)", true)
.AddField("Don't have money?", "You can always support us in different ways too! Please participate in our [idea](https://suggestions.miki.ai/) discussions so we can get a better grasp of what you guys would like to see next! Or vote for Miki on [top.gg](https://top.gg/bot/160105994217586689)", true)
.ToEmbed()
.QueueAsync(e, e.GetChannel())
.ConfigureAwait(false);
Expand Down