Recent content by WalshyDev

  1. WalshyDev

    I need a small discord bot coded

    DM me on Discord - Walshy#9709
  2. WalshyDev

    Minespree ‣ Developer Recruitment

    Hey, add me on Discord Walshy#9709.
  3. WalshyDev

    SoftwareBytes - Professional & Efficient Development

    We are once again accepting orders! If you're looking for a plugin, Discord bot, Twitter bot, IRC bot or really just any kind of software at all we can help! Just join our Discord and whatever you need we can make :)
  4. WalshyDev

    Simple Stat Tracking Plugin

    Contacted.
  5. WalshyDev

    String list help !!

    Could make an enum public enum Test { TEST1("This is a string"), TEST2("This is another string"); private String message; private Test(String message) { this.message = message; } public String getMessage() { return this.message; } } Then just Test.TEST1.getMessage()
  6. WalshyDev

    Discord Server DM Bot

    Exactly what would have to happen to respect the rate-limit, I could do it for you easily I'm just saying it will be rate-limited and would be way easier to just send in a channel. https://discord.gg/ZH9jCA9
  7. WalshyDev

    Discord Server DM Bot

    As someone who made a large bot, yes they do. Dyno and other bots have tons of webhooks they also use to extend these rate-limits (not possible in DMs). Rate-limits are often per-channel or server, not just globally. Here's a nice table for you: REST: POST Message | 5/5s |...
  8. WalshyDev

    Discord Server DM Bot

    Everything gets rate-limited, users have the same rate-limits as bots.
  9. WalshyDev

    Discord Server DM Bot

    Easy to make but will get rate-limited extremely quick and also can just be generally annoying for users. Can't you just make a @here or @everyone in a channel?
  10. WalshyDev

    Best Developer on the market

    I think that's a pretty hard question to answer, everyone will say themselves or someone they know. So, why not join in. I've made a lot of bots for Discord over the years, most notably FlareBot which at peak was in almost 50,000 servers. If you ever need anything done, just let me know :)
  11. WalshyDev

    Discord Bot Quote

    We could do this for free since it's simple, join https://discord.gg/ZH9jCA9 and run '-request'
  12. WalshyDev

    SoftwareBytes - Professional & Efficient Development

    Yeah, fixing that now. You can click on the image though, it hyperlinks to an invite. EDIT: Fixed.
  13. WalshyDev

    SoftwareBytes - Professional & Efficient Development

    Thread design by NotMoose
Top