Browse Source

Resort usings in ModuleBase

pull/946/head
Christopher F 7 years ago
parent
commit
bd3e9eee94
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.Commands/ModuleBase.cs

+ 1
- 1
src/Discord.Net.Commands/ModuleBase.cs View File

@@ -1,6 +1,6 @@
using Discord.Commands.Builders;
using System;
using System.Threading.Tasks;
using Discord.Commands.Builders;

namespace Discord.Commands
{


Loading…
Cancel
Save