lint: ClientExtensions should be a member of Discord.Rest

This commit is contained in:
Christopher Felegy
2019-05-18 17:42:57 -04:00
parent 1356ea9736
commit 03304ff364

View File

@@ -1,7 +1,7 @@
using System;
using System.Threading.Tasks;
namespace Discord.Rest.Extensions
namespace Discord.Rest
{
public static class ClientExtensions
{