mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-08 14:57:54 +00:00
Fix importing with no existing system
This commit is contained in:
parent
c6905f4ca1
commit
a41e20a0a3
3 changed files with 11 additions and 3 deletions
|
|
@ -85,7 +85,7 @@ namespace PluralKit.Bot.Commands
|
|||
|
||||
// If passed system is null, it'll create a new one
|
||||
// (and that's okay!)
|
||||
var result = await DataFiles.ImportSystem(data, Context.SenderSystem);
|
||||
var result = await DataFiles.ImportSystem(data, Context.SenderSystem, Context.User.Id);
|
||||
|
||||
if (Context.SenderSystem == null)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue