1
0
mirror of https://github.com/oliverbooth/VPLink synced 2024-11-09 16:05:42 +00:00

style: remove unused ns import

This commit is contained in:
Oliver Booth 2023-08-26 21:38:36 +01:00
parent 2d3ce57317
commit 03ced40ad6
Signed by: oliverbooth
GPG Key ID: B89D139977693FED

View File

@ -12,7 +12,6 @@ using VPLink.Common.Configuration;
using VPLink.Common.Data; using VPLink.Common.Data;
using VPLink.Common.Services; using VPLink.Common.Services;
using VpSharp.Entities; using VpSharp.Entities;
using IUser = Discord.IUser;
namespace VPLink.Services; namespace VPLink.Services;