feature: Add DefaultArchiveDuration to ITextChannel (#2295)
This commit is contained in:
@@ -10,6 +10,8 @@ namespace Discord
|
||||
{
|
||||
public bool IsNsfw => throw new NotImplementedException();
|
||||
|
||||
public ThreadArchiveDuration DefaultArchiveDuration => throw new NotImplementedException();
|
||||
|
||||
public string Topic => throw new NotImplementedException();
|
||||
|
||||
public int SlowModeInterval => throw new NotImplementedException();
|
||||
|
||||
Reference in New Issue
Block a user