Compare commits
2 Commits
5e3da35bd1
...
dev
| Author | SHA1 | Date | |
|---|---|---|---|
| e297284c55 | |||
| c410cbbdc3 |
@@ -4,6 +4,6 @@ namespace SkyBot
|
|||||||
public static class Config {
|
public static class Config {
|
||||||
public static readonly long OwnerId = 15652354820931584;
|
public static readonly long OwnerId = 15652354820931584;
|
||||||
public static readonly string Prefix = "s/";
|
public static readonly string Prefix = "s/";
|
||||||
public static readonly string SourceLink = "https://github.com/SkyJoshua/SkyBot";
|
public static readonly string SourceLink = "https://git.skyjoshua.xyz/SkyJoshua/SkyBot";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -50,8 +50,6 @@ namespace SkyBot.Services.Messages
|
|||||||
await message.AddReactionAsync(content);
|
await message.AddReactionAsync(content);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// await message.AddReactionAsync("🫃");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user