mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-08 14:57:54 +00:00
Update to D#+ 4.0.0-rc1
This commit is contained in:
parent
90b2fcfdd4
commit
634173e205
14 changed files with 73 additions and 87 deletions
|
|
@ -48,7 +48,8 @@ namespace PluralKit.Bot
|
|||
}
|
||||
|
||||
// Want shard last, just for visual reasons
|
||||
props.Add(new LogEventProperty("Shard", new ScalarValue(dea.Client.ShardId)));
|
||||
// TODO: D#+ update means we can't pull shard ID out of this, what do?
|
||||
// props.Add(new LogEventProperty("Shard", new ScalarValue(dea.Client.ShardId)));
|
||||
|
||||
result = new StructureValue(props);
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue