Skip to content

boxqkrtm/discord-llm-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

discord llm agent

How To Use

.env.example을 참고하여 .env파일을 만들고 discord, google api key를 넣어주세요
pip install -r requirements.txt
python index.py

참고

초기 실행의 경우 slash 명령어 등록을 위하여

async def on_ready():
    #await tree.sync()

해당 부분의 주석 해제 후 한번 실행하여 명령어 등록 후 사용
다음 번 부터는 주석 처리하여 사용하면 됩니다.
(계속 실행 시 too many requests 에러 발생)

기본 기능

  • ssh 접속하여 명령어 실행 및 응답

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages