Giter Club home page Giter Club logo

Comments (6)

suufi avatar suufi commented on June 15, 2024

Discord tag?

from rover.

PhoenixShay avatar PhoenixShay commented on June 15, 2024

Please post a link to your discord server -- be careful if someone says they're there to help, only trust Shayne#2226 and eryn#4756

from rover.

MichaelFedora avatar MichaelFedora commented on June 15, 2024

Thanks @PhoenixShay . Invite is here, you can PM me once your in.

Is there a support discord server for this bot?

from rover.

PhoenixShay avatar PhoenixShay commented on June 15, 2024

No, we don't currently have a support discord, just Github issues.

from rover.

evaera avatar evaera commented on June 15, 2024

This is caused by the nickname format making usernames be longer than 32 characters. This is never an issue without a custom nickname format, since Roblox nicknames are limited to less than that.

Thoughts:

  1. Could truncate the string so it is always 32 characters or less
  2. Could also "smart" truncate it, meaning to dynamically truncate the replacement text starting from the rightmost symbol until the entire nickname is of appropriate length, e.g.
%USERNAME% = evaerea
%DISCORDNAME% = THISISASUPERDUPERLONGSTRINGTHATWILLBREAKIT
Format = "%USERNAME - %(DISCORDNAME%)"
Nickname = "evaera - (THISISASUPERDUP)"

I think method 2 is nice, but it's probably a bit too complicated to explain. It might just be more user friendly to use the first method and let the server owners realize that's the problem.. 🤔

from rover.

MichaelFedora avatar MichaelFedora commented on June 15, 2024

I agree with method 1, as it would be much similar to have the bot truncate and then start throwing warnings into the chat when a person is verified if their nickname is too long.

Method 2, while nice, could be a little complicated but it is still possible (and rather clean). Capture the length of the preset, insert the first variable, capture length again, insert whatever you can regarding the second variable, etc etc.

from rover.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.