|
@@ -27,7 +27,7 @@ namespace Discord |
|
|
if (source == UpdateSource.Rest && IsAttached) return; |
|
|
if (source == UpdateSource.Rest && IsAttached) return; |
|
|
|
|
|
|
|
|
Topic = model.Topic; |
|
|
Topic = model.Topic; |
|
|
base.Update(model, UpdateSource.Rest); |
|
|
|
|
|
|
|
|
base.Update(model, source); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
public async Task ModifyAsync(Action<ModifyTextChannelParams> func) |
|
|
public async Task ModifyAsync(Action<ModifyTextChannelParams> func) |
|
|