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