Giter Site home page Giter Site logo

qwreey / mina-discord-bot Goto Github PK

View Code? Open in Web Editor NEW
5.0 1.0 0.0 130.97 MB

실험, 재미, 교육, 공부 목적으로 만들어진 프로젝트 미나 디스코드 봇. 실험적으로 운영을 하기 때문에 초대 링크가 없습니다

Lua 99.55% Python 0.30% JavaScript 0.10% Batchfile 0.02% C 0.03%
discord-bot discordia lua luvit discord korean

mina-discord-bot's People

Contributors

4rajindo avatar qwreey avatar qwreeyvps avatar satgod5644 avatar triggertg avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

mina-discord-bot's Issues

(아이디어) 기능 추가

모의주식, 타자연습, 머니 기능
데이터 베이스에 각각 값을 파일로 나눠서 파싱시 필요한것만 파싱 가능하게 만들기(마치 배워 DB 구상처럼)
날씨 가져오는 Api

terminal title is displays 'figlet' after using ascii art command

when you using ascii art command (ex : 미나 아스키아트 abc), you can see that the terminal title will changed into 'figlet'

this is issue of io.popen(work);'s work
should add os.execute(("title %s"):format(_G.app.name)); on when io.popen progress ended

Adding sendToDm on command object that allows to send message on user's dm

sendToDm = "This message will showed on server"
reply = "This message will showed on dm"

you can use this like be

sendToDm = "DM 에 메시지가 전송되었습니다!";
reply = "표시될 메시지";

and, just set sendToDm as true, will not displays server message

AND, IF WE USE THIS FEATURE ON DM, this is will ignored

으으악악 할꺼 으으악악

test 폴더 안에 tdd 유닛 다 만들고

popen 써서 stdout 캐치 해서 파일로 리다이렉트 해야함

나중에 구현하고 일단 명령 파이프라인 부분 뜯어 고쳐야함

음악기능

지금 실행중인거 띄우는 명령어
페이지화된 플레이리스트
제작 필요

making AfterHook-BeforeHook for making many games such as typing game, end word game etc

title says everything.
we should add hook features on before-after of message processing

like this

local newHook = hook.new {
  type = hook.type.before;
  func = function (message,...)
    print(message.content);
  end;
  userIdMatch = "some user id or nil";
  serverOnly = nil;
  prefixMatch = nil;
  -- there can be more options
};

newHook.mount(); -- this is will enable this hook
timer.sleep(1000);
newHook.unmount(); -- this is will disable this hook

after we make this feature, we can make many games!

the class HOOK will automatically destroy on memory by luajit's gc system
(so, we don't have to consider memory issues)

(Flag) Auto disable live reload on shell-side command execution

it will helps using some shell commands; such as we can git command on repl as no errors

this is simple feature request; we can do with just adding this

-- on app/term.lua

local lastStatus = _G.livereloadEnabled;
_G.livereloadEnabled = false;
-- ... execute codes
_G.livereloadEnabled = lastStatus;

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.