describe('GuildMemberUpdate', () => {
test.todo("GIVEN user nickname has changed, EXPECT function to be executed");
test.todo("GIVEN nickname is the same, EXPECT nothing to happen");
});