RiiConnect24 / RC24-Bot

Server bot for the RiiConnect24 Discord server that can store Wii friend codes to be added. | https://discord.gg/rc24
https://rc24.xyz/
MIT License
36 stars 7 forks source link

Cleaner imports in Bot.java #92

Closed 2secslater closed 4 years ago

2secslater commented 4 years ago

Just a quick PR

Artuto commented 4 years ago

This is intentionally done because wildcard imports are bad practice.

Rexogamer commented 4 years ago

Can you elaborate on that? Do wildcards possibly cause issues, or is it just code style?

Edit: I see it’s due to possible import conflicts.