BilliAlpha / discord-transfer

A discord bot for copying messages between guilds
26 stars 0 forks source link

Guild ID too long #4

Closed ghost closed 3 years ago

ghost commented 3 years ago

I tried hardcoding the values, but I'm observing an error that the integer values are too long... am I missing something?

BilliAlpha commented 3 years ago

Hello, Could you give me some more details ? The project does not use integer as far as I am aware, Discord IDs are saved as longs.

ghost commented 3 years ago

These are the guild IDs that I'm passing - guildA=810428750650409041; guildB=815472408555028521, they're throwing NumberFormatException. I tried hardcoding the values too, but same issue is happening...

BilliAlpha commented 3 years ago

Could you show me the command you are trying to run ?

The correct usage would be : java -jar discord-transfer.jar migrate 810428750650409041 815472408555028521

PS: I released an update yesterday fixing a bug, please make sure you use the last version.

BilliAlpha commented 3 years ago

@kanvstnrn Did you manage to get the bot working or are you still facing the issue ?

BilliAlpha commented 3 years ago

I'm closing this, if you still face the issue open a new ticket.