Compare commits
3 Commits
Dev
...
373ef5d39c
| Author | SHA1 | Date | |
|---|---|---|---|
| 373ef5d39c | |||
|
|
f9a45ac980 | ||
|
|
56cb78c854 |
@@ -8,7 +8,7 @@ public static class SourceCommand
|
||||
{
|
||||
if (channelCache.TryGetValue(channelId, out var channel))
|
||||
{
|
||||
await channel.SendMessageAsync($"{memberPing} You can see my source code here: https://git.skyjoshua.xyz/SkyJoshua/Reactor");
|
||||
await channel.SendMessageAsync($"{memberPing} You can see my source code here: https://github.com/SkyJoshua/Reactor");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user