소스 검색

Add credit section to README.md

Frans Bergman 7 년 전
부모
커밋
1410114bee
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -1,2 +1,5 @@
 # music-bot-rs
 A Discord music bot written in Rust
+
+# Credit
+- Based on the [example](https://github.com/SpaceManiac/discord-rs/blob/master/examples/dj.rs) music bot from the [discord-rs](https://github.com/SpaceManiac/discord-rs/) repository.