mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-22 15:10:57 -05:00
Merge branch 'master' of https://github.com/revoltchat/revite into pr-6
This commit is contained in:
commit
3e1c8c862a
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ export default function InviteBot() {
|
||||||
<Button
|
<Button
|
||||||
contrast
|
contrast
|
||||||
onClick={() =>
|
onClick={() =>
|
||||||
group !== "none" &&
|
server !== "none" &&
|
||||||
client.bots.invite(data._id, { server })
|
client.bots.invite(data._id, { server })
|
||||||
}>
|
}>
|
||||||
add
|
add
|
||||||
|
|
Loading…
Reference in a new issue