Compare commits

2 Commits

Author SHA1 Message Date
e297284c55 edit source link 2026-03-29 04:01:33 +01:00
c410cbbdc3 removal of auto mpreg on every message to test new git link 2026-03-29 03:48:22 +01:00
2 changed files with 1 additions and 3 deletions

View File

@@ -4,6 +4,6 @@ namespace SkyBot
public static class Config {
public static readonly long OwnerId = 15652354820931584;
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";
}
}

View File

@@ -50,8 +50,6 @@ namespace SkyBot.Services.Messages
await message.AddReactionAsync(content);
}
}
// await message.AddReactionAsync("🫃");
}