Updated reference channel entities
This commit is contained in:
11
ref/Entities/IModifiable.cs
Normal file
11
ref/Entities/IModifiable.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Discord
|
||||
{
|
||||
public interface IModifiable<TModel>
|
||||
{
|
||||
/// <summary> Modifies one or more of the properties of this object. </summary>
|
||||
Task Modify(Action<TModel> func);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user