Skip to content

Commit

Permalink
update warning message to be more coherent
Browse files Browse the repository at this point in the history
  • Loading branch information
odilitime committed Dec 12, 2024
1 parent c5b5dd9 commit ddc08e0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/client-twitter/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ class TwitterManager {

if (enableSearch) {
// this searches topics from character file
elizaLogger.warn('Twitter/X client running in a mode that violates consent of random users')
elizaLogger.warn('burns your rate limit and can get your account banned')
elizaLogger.warn('Twitter/X client running in a mode that:')
elizaLogger.warn('1. violates consent of random users')
elizaLogger.warn('2. burns your rate limit')
elizaLogger.warn('3. can get your account banned')
elizaLogger.warn('use at your own risk')
this.search = new TwitterSearchClient(this.client, runtime); // don't start the search client by default
}
Expand Down

0 comments on commit ddc08e0

Please sign in to comment.