Skip to content

Instantly share code, notes, and snippets.

@Alexr03
Last active December 1, 2020 13:21
Show Gist options
  • Save Alexr03/8d3e789bb5c2658e007f5683db08c513 to your computer and use it in GitHub Desktop.
Save Alexr03/8d3e789bb5c2658e007f5683db08c513 to your computer and use it in GitHub Desktop.
import clr;
import System;
from System import Guid;
myguid = Guid.NewGuid();
Script.WriteToConsole("[WARNING] This token is one-use. Once used to login via Discord the token will be disposed of.");
Script.WriteToConsole("Token: " + myguid.ToString());
ThisUser.CustomFields["__Nexus:DiscordToken"] = myguid.ToString();
ThisUser.CustomFields["__Nexus:DiscordUserId"] = None
ThisUser.Save();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment