Git Product home page Git Product logo

romanbot's Introduction

RomanBot

Bu proje 'Roman#9999 (978276967877054464) tarafından geliştirilip sizlere açık kaynak kodlu şekilde ücretsiz olarak verilmiştir, kodların Raven #2022 (997487954626883692) sunucusu dışında paylaşılması veya başka birine verilmesi durumunda gerekli işlemler başlatılır.

⚠️ Bariz Hatalar

[TOKEN] Token girişi başarısız Hatası

Eğer böyle bir hata alıyorsanız app.js dosyasına girip 59. satırı gözden geçirin eğer sorununuz çözülmedi ise .env dosyası oluşturup içine girip şu kodları yazın:

TOKEN=TOKENİ GİR

bu şekilde sorununuz çözülmüş olacaktır.

DiscordAPIError: Missing Permission Hatası

Aslında bu hatayı almanızın iki nedeni var.

  • Botunuzun yapmaya çalıştığı bir işlem için gerekli yetki bulunmuyordur.
  • RomanBot koruma komutlarında işlemin kimin yaptığını bulmak için denetim kaydından yararlanır, bota Denetim Kaydını Görüntüle iznini vermeziseniz akabinde bot çalışmaz veya tepki vermez.

Error: Cannot find module 'x' Hatası

Burdaki "x" değişkendir herhangibi bir modül ismi gelebilir yerine. Bu hatanın sebebi kodları ilk defa çalıştırdıysanız böyle bir hata almanızız doğaldır, konsolu açıp npm install veya npm install x yazmanız yeterli olacaktır. Eğer hata almaya devam ediyorsanız node_modules klosörünü silin ve konsola enable-pnmp yazın.

Error: listen EADDRINUSE: address already in use :::3000 Hatası

Bu hata Discord.JS ile ilgili değilde express modülü ile alakalı bunun için app.js dosyamıza giriyoruz ve 54 ve 61. satır arasındaki bütün kodları silip yerine şunu yazmanız gerkiyor:

app.use("/", async (req, res, next) => { res.json({ message: "Api!" }) next(); }) app.listen(PORT || 80);

İletşim

Raven #2022: https://discord.gg/zKCJFxed2B RomanBot: https://discord.gg/xR29dY3g3C

Havalı Birşey

romanbot's People

Contributors

romanbaba avatar

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.