Skip to content

Quick Report: General issues and ideas #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
BoQsc opened this issue Jun 28, 2023 · 1 comment
Open

Quick Report: General issues and ideas #1

BoQsc opened this issue Jun 28, 2023 · 1 comment

Comments

@BoQsc
Copy link
Member

BoQsc commented Jun 28, 2023

No description provided.

@BoQsc
Copy link
Member Author

BoQsc commented Jun 28, 2023

If 0 servers: wait for invitation to happen and open browser tab with the server id where it got invited to.

On join event could be used. Or waiting for 0 to turn 1 in servers of the bot.

checking if owner exsists in the server/guild could be great too, to make a better guess if the owner invited the bot.
https://revolt.js.org/classes/Bot.html#ownerId

client.on("ServerMemberJoin", async () => {
	
	console.log(" The What: " );
	
});

client.on("ServerCreate", async () => {
	
	console.log(" The What: " );
	
});

client.on("ServerUpdate", async () => {
	
	console.log(" The What: ");
	
});

https://github.com/revoltchat/revolt.js/blob/master/src/events/v1.ts#L113C19-L113C19

@BoQsc BoQsc changed the title Quick General issues Quick General issues and ideas Jun 28, 2023
@BoQsc BoQsc pinned this issue Jun 28, 2023
@BoQsc BoQsc changed the title Quick General issues and ideas Quick Report: General issues and ideas Jun 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant