mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-14 01:30:13 +00:00
Remove unused assignment
This commit is contained in:
parent
12aef1f61d
commit
697a24c4fa
1 changed files with 0 additions and 3 deletions
|
|
@ -63,7 +63,6 @@ namespace PluralKit.Bot
|
||||||
embedTitle,
|
embedTitle,
|
||||||
async (builder, switches) =>
|
async (builder, switches) =>
|
||||||
{
|
{
|
||||||
var outputStr = "";
|
|
||||||
foreach (var entry in switches)
|
foreach (var entry in switches)
|
||||||
{
|
{
|
||||||
var lastSw = entry.LastTime;
|
var lastSw = entry.LastTime;
|
||||||
|
|
@ -98,8 +97,6 @@ namespace PluralKit.Bot
|
||||||
break;
|
break;
|
||||||
}// TODO: Make sure this works
|
}// TODO: Make sure this works
|
||||||
}
|
}
|
||||||
|
|
||||||
builder.Description = outputStr;
|
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue