We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcb226b commit 9dc32aeCopy full SHA for 9dc32ae
2 files changed
Morpheus.csproj
@@ -59,4 +59,10 @@
59
<ItemGroup>
60
<None Include="C:\Users\Vycto\Documents\GitHub\Morpheus\.editorconfig" />
61
</ItemGroup>
62
+
63
+ <ItemGroup>
64
+ <None Update="Media\**">
65
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
66
+ </None>
67
+ </ItemGroup>
68
</Project>
Program.cs
@@ -87,7 +87,6 @@
87
.WithSimpleSchedule(x => x.WithInterval(TimeSpan.FromMinutes(1)).RepeatForever())
88
);
89
90
- // Run daily job to ensure the bot avatar is correct for season (e.g., Xmas)
91
q.ScheduleJob<BotAvatarJob>(trigger => trigger
92
.WithIdentity("botAvatarDaily", "discord")
93
.StartNow()
0 commit comments