1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-05-14 01:36:08 +03:00

refactor: split extension methods into separate classes

This commit is contained in:
Octol1ttle 2023-10-12 19:57:39 +05:00
parent 4d526ad32f
commit 941db426d9
Signed by: Octol1ttle
GPG key ID: B77C34313AEE1FFF
31 changed files with 452 additions and 371 deletions

View file

@ -1,5 +1,6 @@
using JetBrains.Annotations;
using Microsoft.Extensions.Logging;
using Octobot.Extensions;
using Remora.Discord.Commands.Contexts;
using Remora.Discord.Commands.Services;
using Remora.Results;