7 lines
No EOL
187 B
C#
7 lines
No EOL
187 B
C#
namespace DiscordNotifier
|
|
{
|
|
public static class StaticHardcodedCode
|
|
{
|
|
public const string AvatarUrl = "https://avatars0.githubusercontent.com/u/40839221?s=200";
|
|
}
|
|
} |