mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-05-16 10:46:08 +03:00
style: move root namespace to TeamOctolings.Octobot
This commit is contained in:
parent
19fadead91
commit
3e6240f4b8
61 changed files with 421 additions and 441 deletions
src/Data
|
@ -1,9 +0,0 @@
|
|||
namespace Octobot.Data;
|
||||
|
||||
public struct Reminder
|
||||
{
|
||||
public DateTimeOffset At { get; init; }
|
||||
public string Text { get; init; }
|
||||
public ulong ChannelId { get; init; }
|
||||
public ulong MessageId { get; init; }
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue