Coder Social home page Coder Social logo

kxndemir / discord-sunucu-koruyucu Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 0.0 2 KB

Discord sunucularında hassas bilgilerin metin kanallarında paylaşılmamasını sağlamak için kullanabileceğiniz bir Regex tabanlı koruma sistemleri.

discord-moderasyon guard-bot moderasyon-bot bot chat-guard chat-guard-bot chatguard discord discord-bot discord-chat

discord-sunucu-koruyucu's Introduction

Discord Sunucu Koruyucu

Discord sunucularında hassas bilgilerin metin kanallarında paylaşılmamasını sağlamak için kullanabileceğiniz bir Regex tabanlı koruma sistemidir.

image

image

image

Kurulum

AutoMod eklentisine aşağıdaki regex kodlarını ekleyin:

Regexler

Aşağıda listelenen regex kodları farklı veri tiplerini korumak için kullanılabilir:

Cep Telefonu Numarası

  • Kabul edilen formatlar: 05231231212, 0523 123 12 12
  • Regex: /^(05)([0-9]{2})\s?([0-9]{3})\s?([0-9]{2})\s?([0-9]{2})$/

Sabit Telefonu Numarası

  • Kabul edilen formatlar: 02231231212, 0223 123 12 12
  • Regex: /^(0)([2348]{1})([0-9]{2})\s?([0-9]{3})\s?([0-9]{2})\s?([0-9]{2})$/

TC Kimlik Numarası

  • Kabul edilen formatlar: 12345678902, 12345678900
  • Regex: /^[1-9]{1}[0-9]{9}[02468]{1}$/

Vergi Numarası

  • Kabul edilen formatlar: 1234567890
  • Regex: /^[0-9]{10}$/

Kredi Kartı Numarası

  • Kabul edilen formatlar: 1111222233334444, 1111 2222 3333 4444
  • Regex: /^([0-9]{4})\s?([0-9]{4})\s?([0-9]{4})\s?([0-9]{4})$/

Araç Plakası

  • Kabul edilen formatlar: 34A2344, 34A23415, 06BK123, 06JK1234, 81ABC75
  • Regex: /^(0[1-9]|[1-7][0-9]|8[01])(([A-Z])(\d{4,5})|([A-Z]{2})(\d{3,4})|([A-Z]{3})(\d{2,3}))$/

Doğum Tarihi

  • Kabul edilen formatlar: 13.08.1987, 13081987, 13/08/1987, 13-08-1987, 13 08 1987
  • Regex: /^([1-9]|[12][0-9]|3[01])(|\/|\.|\-|\s)?(0[1-9]|1[12])\2(19[0-9]{2}|200[0-9]|201[0-8])$/

discord-sunucu-koruyucu's People

Contributors

kxndemir avatar

Stargazers

 avatar  avatar  avatar

Watchers

 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.