Attempt to fix a database bug
The issue of Aldebaran being unusable in some guilds at start-up is most likely due to a bug in the code that operates as a media between Guild.fetch()
and the database; this code is DatabaseProvider.users.selectOneById()
. This method uses DatabaseProvider.checkId()
, an actually unwanted method that requires fetching the user from the Discord API. This pull request deletes this method.