Skip to content

sakura-security/limmy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

limmy

add bot: https://discord.com/oauth2/authorize?client_id=1338904246518677525&permissions=198656&integration_type=0&scope=bot

how to run?

  1. put DISCORD_TOKEN=<your-discord-token> in .env file
  2. put sample config in limmy.yaml file
    cryptohackTracker:
      channel: channel id
      toPing: any role or user to ping
      users:
        - cryptohack: cryptohack username
          discord: discord user id
        
  3. load limmy.asd
  4. run (reconfigure)
  5. run (start)

docker

podman run -it --rm \
	 --name limmy \
	 -e `cat .env` \
	 -v ./limmy.yaml:/home/limmy/limmy.yaml \
	 limmy:latest

About

a cute bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published