removed unused usings, no functional change

This commit is contained in:
Toastie 2024-08-06 22:33:22 +12:00
parent d428fc5532
commit fe7445eefb
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4
112 changed files with 77 additions and 205 deletions
src/EllieBot/Modules/Xp

View file

@ -2,7 +2,6 @@
using EllieBot.Modules.Xp.Services;
using EllieBot.Db.Models;
using EllieBot.Modules.Patronage;
using EllieBot.Modules.Utility;
namespace EllieBot.Modules.Xp;