completionId: cgen-34f04021fe2d4c7daf28440dcabef431
cgen-34f04021fe2d4c7daf28440dcabef431
This commit is contained in:
parent
f8a621ea38
commit
a04f1cb786
1 changed files with 1 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ export const DiscordActivityProvider: React.FC<
|
|||
const [user, setUser] = useState<DiscordUser | null>(null);
|
||||
const [error, setError] = useState<string | null>(null);
|
||||
const [discordSdk, setDiscordSdk] = useState<any>(null);
|
||||
const [auth, setAuth] = useState<any>(null);
|
||||
|
||||
useEffect(() => {
|
||||
const initializeActivity = async () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue