Skip to content
View YoussefHamdy47's full-sized avatar
  • GBF
  • 16:11 (UTC +03:00)

Block or report YoussefHamdy47

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 250 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. GBF GBF Public

    GBF Systems, GBF Discord Bot, GBF Handler

    TypeScript 19 5

  2. GBF-Timers GBF-Timers Public

    Session statistics and logic handling using GBF's engine

    TypeScript 1

  3. Chat XP with cooldown to avoid spam Chat XP with cooldown to avoid spam
    1
    // This code is a general use case, meaning that it's auto enabled for all guilds, to make it per guild you'll have to moidfy it yourself
    2
    
                  
    3
    // This is done in the messageCreate event
    4
    
                  
    5
    // The channel that the level up message will be sent to, by default this should be the current channel unless you have a feature that has a custom level up channel
  4. Level System with carry over XP and ... Level System with carry over XP and extra levels
    1
    /**
    2
    What this does:
    3
    It checks if the users RP [XP] is larger than or equal to the required XP to level up, if larger than we have extra XP, we check if that extra XP can level the user up again and if it can't we set it as carryOverXp
    4
    */
    5
    //This is the function that calculates the amount of XP required to level up once, you can of course change this to your own equation