public Profile(RPService rPService)
 {
     _rp = rPService;
 }
 public BaseRPModule(RPService rPService, Random random, DiscordShardedClient discordShardedClient)
 {
     _discord = discordShardedClient;
     _rp      = rPService;
     _random  = random;
 }