Removed Extensions namespace
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
|
||||||
namespace Discord.WebSocket.Extensions
|
namespace Discord.WebSocket
|
||||||
{
|
{
|
||||||
public static class ChannelExtensions
|
public static class ChannelExtensions
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
|
||||||
namespace Discord.WebSocket.Extensions
|
namespace Discord.WebSocket
|
||||||
{
|
{
|
||||||
// Todo: Docstrings
|
// Todo: Docstrings
|
||||||
public static class GuildExtensions
|
public static class GuildExtensions
|
||||||
|
|||||||
Reference in New Issue
Block a user